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