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