summaryrefslogtreecommitdiff
path: root/igen/misc.h
diff options
context:
space:
mode:
Diffstat (limited to 'igen/misc.h')
-rw-r--r--igen/misc.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/igen/misc.h b/igen/misc.h
new file mode 100644
index 0000000..9216250
--- /dev/null
+++ b/igen/misc.h
@@ -0,0 +1,7 @@
+#ifndef MISC_H
+#define MISC_H
+
+extern char *read_file(const char *filename, long *size);
+extern char *get_line(char **str);
+extern char *make_str(const char *str);
+#endif