BSKPutToken

Module: BSKLexer
void BSKPutToken( BSKLexer* lexer,
                  BSKToken* token );
Inputs:

Description: Stores the given token in the given lexer's back token buffer. The next call to BSKNextToken for the given lexer will return this token.

Return to the API
Return to the function listing


Last updated on 9 Feb 2001 by Jamis Buck (minam@rpgplanet.com)