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