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