Go to the first, previous, next, last section, table of contents.
- `-lfl'
 - 
library with which scanners must be linked.
 - `lex.yy.c'
 - 
generated scanner (called `lexyy.c' on some systems).
 - `lex.yy.cc'
 - 
generated C++ scanner class, when using `-+'.
 - `<FlexLexer.h>'
 - 
header file defining the C++ scanner base class,
FlexLexer, and its derived class, yyFlexLexer.
 - `flex.skl'
 - 
skeleton scanner.  This file is only used when
building flex, not when flex executes.
 - `lex.backup'
 - 
backing-up information for `-b' flag (called `lex.bck'
on some systems).
 
Go to the first, previous, next, last section, table of contents.