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