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