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