shithub: scc

ref: 5e5442e6bf058c1f8b7b9674ae008670cdadeae2
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