antlr3BitsetAdd (3) Linux Manual Page
src/antlr3bitset.c – Contains the C implementation of ANTLR3 bitsets as adapted from Terence Parr’s Java implementation. Synopsis #include <antlr3bitset.h> Functions static void antlr3BitsetAdd (pANTLR3_BITSET bitset, ANTLR3_INT32 bit) static pANTLR3_BITSET antlr3BitsetClone (pANTLR3_BITSET inSet) ANTLR3_API pANTLR3_BITSET antlr3BitsetCopy (pANTLR3_BITSET_LIST blist) static ANTLR3_BOOLEAN antlr3BitsetEquals (pANTLR3_BITSET bitset1, pANTLR3_BITSET bitset2) static void antlr3BitsetFree (pANTLR3_BITSET bitset) static ANTLR3_BOOLEAN antlr3BitsetIsNil (pANTLR3_BITSET bitset) ANTLR3_API…
