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