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_asm.h | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 output_asm.h (limited to 'output_asm.h') diff --git a/output_asm.h b/output_asm.h deleted file mode 100644 index b4afd2a..0000000 --- a/output_asm.h +++ /dev/null @@ -1,6 +0,0 @@ -#ifndef OUTPUT_ASM_H -#define OUTPUT_ASM_H - -int output_asm(FILE *fout, struct label *labels, size_t label_count, struct instruction *insts, size_t insts_count); - -#endif /* OUTPUT_ASM_H */ -- cgit v1.1