ref: ab7033ad9cf899c83e4911881cb11026103e7fd4 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