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