(flex.info)About yyscan_t


Prev: Extra Data Up: Reentrant Detail
Enter node , (file) or (file)node

19.4.7 About yyscan_t
---------------------

'yyscan_t' is defined as:

          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.)


automatically generated by info2www version 1.2.2.9