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