|
FORM
4.3
|
#include <structs.h>
Data Fields | |
| void * | lijst |
| char * | message |
| int | num |
| int | maxnum |
| int | size |
| int | numglobal |
| int | numtemp |
| int | numclear |
Much information is stored in arrays of which we can double the size if the array proves to be too small. Such arrays are controled by a variable of type LIST. The routines that expand the lists are in the file tools.c
| void* lijst |
| char* message |
| int numglobal |
| int numtemp |
1.8.14