antlr3-append (3) Linux Manual Page
NAME ANTLR3_STRING_struct – Base string class tracks the allocations and provides simple string tracking functions. SYNOPSIS #include <antlr3string.h> Data Fields pANTLR3_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(*…
