diff options
author | chai <chaifix@163.com> | 2019-12-15 00:39:18 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2019-12-15 00:39:18 +0800 |
commit | 749bbc6a54e50c297ab49d9e515a3679651d1461 (patch) | |
tree | 097bbe044332e816aa481db1a4e325b8d3f63b0d /src/util/type.h | |
parent | 3f44877edfe4c301b258d522bcb4e8d9b6e92382 (diff) |
*misc
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 |