Next: Comments in the Input, Previous: Format of the Rules Section, Up: Format of the Input File [Contents][Index]
The user code section is simply copied to lex.yy.c verbatim. It is used for companion routines which call or are called by the scanner. The presence of this section is optional; if it is missing, the second ‘%%’ in the input file may be skipped, too.