FORM 4.3
Data Fields
KEYWORDV Struct Reference

#include <structs.h>

Data Fields

char * name
 
int * var
 
int type
 
int flags
 

Detailed Description

The KEYWORDV struct defines names of commands/statements and the variable to be affected when they are encountered by the compiler or preprocessor.

Definition at line 233 of file structs.h.

Field Documentation

◆ name

char* name

Definition at line 234 of file structs.h.

◆ var

int* var

Definition at line 235 of file structs.h.

◆ type

int type

Definition at line 236 of file structs.h.

◆ flags

int flags

Definition at line 237 of file structs.h.


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