shithub: scc

ref: 9a911ac4ee93084336a8f55d6815615b09b6b722
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