FORM 4.3
KEYWORD Struct Reference

#include <structs.h>

Data Fields

char * name
TFUN func
int type
int flags

Detailed Description

The KEYWORD struct defines names of commands/statements and the routine to be called when they are encountered by the compiler or preprocessor.

Definition at line 221 of file structs.h.

Field Documentation

◆ name

char* name

Definition at line 222 of file structs.h.

◆ func

TFUN func

Definition at line 223 of file structs.h.

◆ type

int type

Definition at line 224 of file structs.h.

◆ flags

int flags

Definition at line 225 of file structs.h.


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