(flex.info)How do I skip huge chunks of input (tens of megabytes) while using flex?


Next: Flex is not matching my patterns in the same order that I defined them. Prev: Does flex support recursive pattern definitions? Up: FAQ
Enter node , (file) or (file)node

How do I skip huge chunks of input (tens of megabytes) while using flex?
========================================================================

Use `fseek()' (or `lseek()') to position yyin, then call `yyrestart()'.


automatically generated by info2www version 1.2.2.9