summaryrefslogtreecommitdiff
path: root/ihe.h
diff options
context:
space:
mode:
authorFreeArtMan <=>2016-02-04 23:02:20 +0000
committerFreeArtMan <=>2016-02-04 23:02:20 +0000
commitebe6923b17de88d37d97846be2567fb75f53292c (patch)
treeca14f19a6634546d93a02775b407e8197c805760 /ihe.h
downloadihe-ebe6923b17de88d37d97846be2567fb75f53292c.tar.gz
ihe-ebe6923b17de88d37d97846be2567fb75f53292c.zip
Initial commit
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