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