shithub: scc

ref: 3134fea3e8d461d77eb23d8f91291e985f28d4ba
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