[ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
How do I skip huge chunks of input (tens of megabytes) while using flex?
Use fseek()
(or lseek()
) to position yyin, then call yyrestart()
.
This document was generated on November 4, 2011 using texi2html 5.0.