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