FORM  4.3
Data Fields
pReVaR Struct Reference

#include <structs.h>

Data Fields

UBYTE * name
 
UBYTE * value
 
UBYTE * argnames
 
int nargs
 
int wildarg
 

Detailed Description

An element of the type PREVAR is needed for each preprocessor variable.

Definition at line 792 of file structs.h.

Field Documentation

◆ name

UBYTE* name

allocated

Definition at line 793 of file structs.h.

◆ value

UBYTE* value

points into memory of name

Definition at line 794 of file structs.h.

◆ argnames

UBYTE* argnames

names of arguments, zero separated. points into memory of name

Definition at line 795 of file structs.h.

◆ nargs

int nargs

0 = regular, >= 1: number of macro arguments. total number

Definition at line 796 of file structs.h.

◆ wildarg

int wildarg

The number of a potential ?var. If none: 0. wildarg<nargs

Definition at line 797 of file structs.h.


The documentation for this struct was generated from the following file: