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