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