2.3.1.16. lex_FileName()

[<<<] [>>>]

This function returns a pointer to a constant string which is the file name that the lexeme was read from. Use this function to print out error messages when syntax or lexical error occures.

See also @xref{lex_LineNumber()}.

char *lex_FileName(pLexObject pLex
  ){

[<<<] [>>>]