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