diff options
Diffstat (limited to 'src/type_alias.h')
| -rw-r--r-- | src/type_alias.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/type_alias.h b/src/type_alias.h index fbee6ef..8f818ed 100644 --- a/src/type_alias.h +++ b/src/type_alias.h @@ -5,10 +5,10 @@ #include <stdbool.h> typedef bool Bool; -typedef int Int; -typedef long long Long; -typedef unsigned int UInt; -typedef unsigned long long ULong; +typedef int32_t Int; +typedef int64_t Long; +typedef uint32_t UInt; +typedef uint64_t ULong; typedef char Char; typedef float Float; typedef double Double; |
