summaryrefslogtreecommitdiff
path: root/output/output_bin.h
diff options
context:
space:
mode:
Diffstat (limited to 'output/output_bin.h')
-rw-r--r--output/output_bin.h6
1 files changed, 6 insertions, 0 deletions
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 */