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