Skip to content

Instantly share code, notes, and snippets.

@sxhmilyoyo
Created May 2, 2018 14:54
Show Gist options
  • Save sxhmilyoyo/7ac36dce2cb38876571b4053db709e2b to your computer and use it in GitHub Desktop.
Save sxhmilyoyo/7ac36dce2cb38876571b4053db709e2b to your computer and use it in GitHub Desktop.
tnode tnodes[TOTAL];
struct expr{
int flag;
char *expr;
}exprstack[TOTAL];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment