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