2.3.1.8. lex_StartIteration()

[<<<] [>>>]

You should call this function when the list of lexemes was built up before starting the iteration of the syntax analyzer. This function sets the iteration pointer to the first lexeme.

void lex_StartIteration(pLexObject pLex
  ){

[<<<] [>>>]