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