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

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

#endif /* OUTPUT_H */