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