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