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