1.7.1. lex_SymbolicName()

[<<<] [>>>]

This function usually is for debug purposes. This searches the table of the predefined symbols and returns the string which is the predefined symbols for which the code was passsed.

char *lex_SymbolicName(pLexObject pLex,
                       long OpCode
);

[<<<] [>>>]