Add 64-bit unsigned type

pull/45/head
Rolf Meeser 2022-06-27 23:39:04 +02:00
rodzic 424f31533e
commit 27ab1a05eb
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -17,6 +17,7 @@
typedef unsigned char ui8_t;
typedef unsigned short ui16_t;
typedef unsigned int ui32_t;
typedef unsigned long long ui64_t;
typedef char i8_t;
typedef short i16_t;
typedef int i32_t;