aboutsummaryrefslogtreecommitdiffstats
path: root/ihe.h
diff options
context:
space:
mode:
Diffstat (limited to 'ihe.h')
-rw-r--r--ihe.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/ihe.h b/ihe.h
new file mode 100644
index 0000000..9589236
--- /dev/null
+++ b/ihe.h
@@ -0,0 +1,12 @@
+#ifndef __IHE_H
+#define __IHE_H
+
+#include <stdio.h>
+#include <stdlib.h>
+#include <ctype.h>
+
+#include "buf.h"
+#include "cmd.h"
+#include "core.h"
+
+#endif \ No newline at end of file