antlr3AsciiGetLineBuf (3) Linux Manual Page
src/antlr3inputstream.c – Base functions to initialize and manipulate any input stream. Synopsis #include <antlr3input.h> Functions static void antlr3AsciiConsume (pANTLR3_INT_STREAM is) Consume the next character in an 8 bit ASCII input stream. static ANTLR3_UINT32 antlr3AsciiGetCharPosition (pANTLR3_INPUT_STREAM input) Return the current offset in to the current line in the input stream. static ANTLR3_UINT32 antlr3AsciiGetLine (pANTLR3_INPUT_STREAM input) Return…
