antlr3-addi (3) Linux Manual Page
ANTLR3_STRING_struct – Base string class tracks the allocations and provides simple string tracking functions. Synopsis#include <antlr3string.h> Data FieldspANTLR3_UINT8(* addc )(struct ANTLR3_STRING_struct *string, ANTLR3_UINT32 c) Pointer to function that adds a single character to the end of the string, in the encoding of the string – 8 bit, 16 bit, utf-8 etc. pANTLR3_UINT8(* addi )(struct ANTLR3_STRING_struct…
