aboutsummaryrefslogtreecommitdiff
path: root/wtf8.h
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-12-15 19:38:02 +1300
committerTom Ryder <tom@sanctum.geek.nz>2016-12-15 19:40:23 +1300
commit2e8a62385439a1e2bf12ec058812eef4fd5b2947 (patch)
tree2b2fc35990f7b78a9f17f61de43ca8bee5b1b39d /wtf8.h
parentFirst commit wtf8(1), tiny UTF-8 inspector (diff)
downloadwtf8-2e8a62385439a1e2bf12ec058812eef4fd5b2947.tar.gz
wtf8-2e8a62385439a1e2bf12ec058812eef4fd5b2947.zip
Move includes into header file
Diffstat (limited to 'wtf8.h')
-rw-r--r--wtf8.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/wtf8.h b/wtf8.h
new file mode 100644
index 0000000..fbfff34
--- /dev/null
+++ b/wtf8.h
@@ -0,0 +1,2 @@
+#include <stdio.h>
+#include <stdlib.h>