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 --- input_bin.h | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 input_bin.h (limited to 'input_bin.h') diff --git a/input_bin.h b/input_bin.h deleted file mode 100644 index 7683835..0000000 --- a/input_bin.h +++ /dev/null @@ -1,6 +0,0 @@ -#ifndef INPUT_BIN_H -#define INPUT_BIN_H - -int disasm(FILE *f, struct instruction **i, size_t *i_count); - -#endif /* INPUT_BIN_H */ -- cgit v1.1