ModeStack CreatModeStack(e)

- create a stack for modes RecognitionMode e;

void PushMode(s, e)

- push a mode on the stack ModeStack s; RecognitionMode e;

RecognitionMode PopMode(s)

- pop a mode off the stack ModeStack s;

See stack.gen for the description of the functions

mode_stk.c mode_stk.h