emit.h (122B)
1 #ifndef HAREC_EMIT_H 2 #define HAREC_EMIT_H 3 4 struct qbe_program; 5 void emit(struct qbe_program *program, FILE *out); 6 7 #endif