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