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