I'm trying to write a config-file parser for use in a non-standard C environment. Specifically, I can't rely on the utilities provided by <stdio.h>
.
I'm looking to use Flex, but I need to use my own input structures rather than <stdio.h>
's FILE pointers.