aboutsummaryrefslogtreecommitdiff
path: root/include/u.h
diff options
context:
space:
mode:
authorNicholas Noll <nbnoll@eml.cc>2020-06-02 14:54:32 -0700
committerNicholas Noll <nbnoll@eml.cc>2020-06-02 14:54:32 -0700
commit0fae7444c66080616eba01f7702bdb2d9b493166 (patch)
tree2f88b79ea21f4ca2c512eb0ff05f548ffe27ae5d /include/u.h
parentcdc50fd76fd0e286f40416f579d60f14e19aa9f5 (diff)
prototype of dway. needs testing
Diffstat (limited to 'include/u.h')
-rw-r--r--include/u.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/u.h b/include/u.h
index d6d6f16..b430cc5 100644
--- a/include/u.h
+++ b/include/u.h
@@ -14,8 +14,8 @@
// Modern type aliases
typedef char byte;
-typedef unsigned char ubyte;
-typedef signed char sbyte;
+typedef unsigned char ubyte, uchar;
+typedef signed char sbyte, schar;
typedef unsigned long ulong;
typedef signed long slong;