summaryrefslogtreecommitdiff
path: root/output/output_bin.h
blob: d57326beac34462e870a31742df6065088261818 (plain)
1
2
3
4
5
6
#ifndef OUTPUT_H
#define OUTPUT_H

int output_bin(FILE *fout, struct label *labels, size_t label_count, struct instruction *insts, size_t insts_count);

#endif /* OUTPUT_H */