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