ref: dc982aab2e3804e8b780fe3a04767d54c8695f5b dir: /code.h/
#ifndef CODE_H #define CODE_H struct symbol; extern void push(register struct symbol *sym); extern void runcode(void); #endif