summaryrefslogtreecommitdiff
path: root/input/input_bin.h
diff options
context:
space:
mode:
Diffstat (limited to 'input/input_bin.h')
-rw-r--r--input/input_bin.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/input/input_bin.h b/input/input_bin.h
new file mode 100644
index 0000000..00e296c
--- /dev/null
+++ b/input/input_bin.h
@@ -0,0 +1,6 @@
+#ifndef INPUT_BIN_H
+#define INPUT_BIN_H
+
+int input_bin(FILE *f, struct instruction **i, size_t *i_count);
+
+#endif /* INPUT_BIN_H */