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