FORM
4.2.1
|
#include <structs.h>
Data Fields | |
UBYTE * | name |
UBYTE * | value |
UBYTE * | argnames |
int | nargs |
int | wildarg |
An element of the type PREVAR is needed for each preprocessor variable.
UBYTE* name |
UBYTE* value |
UBYTE* argnames |
names of arguments, zero separated. points into memory of name
Definition at line 795 of file structs.h.
Referenced by PutPreVar().
int nargs |
0 = regular, >= 1: number of macro arguments. total number
Definition at line 796 of file structs.h.
Referenced by PutPreVar().
int wildarg |
The number of a potential ?var. If none: 0. wildarg<nargs
Definition at line 797 of file structs.h.
Referenced by PutPreVar().