aboutsummaryrefslogtreecommitdiff
path: root/dat.h
diff options
context:
space:
mode:
authorrodri <rgl@antares-labs.eu>2020-12-18 16:28:05 +0000
committerrodri <rgl@antares-labs.eu>2020-12-18 16:28:05 +0000
commit6b56dcfb94347af43b0213863b79bcee3530b742 (patch)
tree6f73352fd7c20522e84ee106e1630d2873f22720 /dat.h
parent47b8a9471fe006cef74d1ba8f8a2839fd8164041 (diff)
downloadechod-6b56dcfb94347af43b0213863b79bcee3530b742.tar.gz
echod-6b56dcfb94347af43b0213863b79bcee3530b742.tar.bz2
echod-6b56dcfb94347af43b0213863b79bcee3530b742.zip
added echo+ support.
Diffstat (limited to 'dat.h')
-rw-r--r--dat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/dat.h b/dat.h
index f900861..e6f6845 100644
--- a/dat.h
+++ b/dat.h
@@ -1,5 +1,6 @@
#define nil NULL
+typedef unsigned char uchar;
typedef long long vlong;
typedef unsigned int uint;
typedef unsigned long ulong;