antlr3Fopen (3) Linux Manual Page
include/antlr3filestream.h – Synopsis #include <antlr3defs.h> Functions ANTLR3_API void antlr3Fclose (ANTLR3_FDSC fd) Close an operating system file and free any handles etc. ANTLR3_API ANTLR3_FDSC antlr3Fopen (pANTLR3_UINT8 filename, const char *mode) Open an operating system file and return the descriptor We just use the common open() and related functions here. ANTLR3_API ANTLR3_UINT32 antlr3Fread (ANTLR3_FDSC fdsc, ANTLR3_UINT32 count,…
