shithub: scc

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