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