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