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