ref: a8b9e699e5f953f3521cbe2e3e9ad431f307823c dir: /code.h/
#ifndef CODE_H_ #define CODE_H_ struct symbol; extern void emitsym(struct symbol *sym), emitfun(struct symbol *sym), emitframe(struct symbol *sym), emitret(struct symbol *sym); #endif