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