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