2.3.1.15. lex_LineNumber()

[<<<] [>>>]

This function returns the line number that the actual lexeme is in the source file. This function is needed to print out syntax and lexical error messages.

See also @xref{lex_FileName()}.

long lex_LineNumber(pLexObject pLex
  ){

[<<<] [>>>]