aboutsummaryrefslogtreecommitdiff
path: root/include/u.h
diff options
context:
space:
mode:
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;