shithub: scc

ref: 4e77e2893bf01a51a32326effbac1f0ef3610cbd
dir: /code.h/

View raw version

#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