From 0fae7444c66080616eba01f7702bdb2d9b493166 Mon Sep 17 00:00:00 2001 From: Nicholas Noll Date: Tue, 2 Jun 2020 14:54:32 -0700 Subject: prototype of dway. needs testing --- include/u.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/u.h') 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; -- cgit v1.2.1