summaryrefslogtreecommitdiff
path: root/output.h
diff options
context:
space:
mode:
Diffstat (limited to 'output.h')
-rw-r--r--output.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/output.h b/output.h
deleted file mode 100644
index c5edc97..0000000
--- a/output.h
+++ /dev/null
@@ -1,6 +0,0 @@
-#ifndef OUTPUT_H
-#define OUTPUT_H
-
-int output(FILE *fout, struct label *labels, size_t label_count, struct instruction *insts, size_t insts_count);
-
-#endif /* OUTPUT_H */