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