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