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