This commit is contained in:
vrd
2023-10-07 19:38:27 +03:00
commit 418059acde
8 changed files with 890 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
#pragma once
#include <sys/types.h>
#include <cstdint>
typedef int8_t I8;
typedef uint8_t U8;
typedef int16_t I16;
typedef uint16_t U16;
typedef int32_t I32;
typedef uint32_t U32;
typedef int64_t I64;
typedef uint64_t U64;
typedef int fd_t; // file descriptor