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