Previous: Extra Data, Up: Reentrant Detail
yyscan_t is defined as:
yyscan_t
typedef void* yyscan_t;
It is initialized by yylex_init() to point to an internal structure. You should never access this value directly. In particular, you should never attempt to free it (use yylex_destroy() instead.)
yylex_init()
yylex_destroy()