diff options
Diffstat (limited to 'src/util/type.h')
-rw-r--r-- | src/util/type.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/type.h b/src/util/type.h index 2f16f7b..219f797 100644 --- a/src/util/type.h +++ b/src/util/type.h @@ -3,6 +3,7 @@ typedef unsigned int uint; typedef unsigned char bool; +typedef unsigned char byte; #define FALSE 0 #define TRUE 1 |