From 22575e056586a7810007952c717eff4e9e005bdb Mon Sep 17 00:00:00 2001 From: David Phillips Date: Sat, 3 Aug 2019 14:44:12 +1200 Subject: File input and output routines away --- output/output_bin.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 output/output_bin.h (limited to 'output/output_bin.h') diff --git a/output/output_bin.h b/output/output_bin.h new file mode 100644 index 0000000..d57326b --- /dev/null +++ b/output/output_bin.h @@ -0,0 +1,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 */ -- cgit v1.1