1.7.12. lex_String()

[<<<] [>>>]

When the type of the current lexeme is LEX_T_STRING during the lexeme iteration this function should be used to retrieve the actual value of the current lexeme.

char *lex_String(pLexObject pLex
);

[<<<] [>>>]