diff options
author | EuAndreh <eu@euandre.org> | 2024-06-14 05:28:13 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-06-14 13:55:04 -0300 |
commit | 14acca038fe75398c791e8415d825a8843d13cce (patch) | |
tree | 44c42f9b06be3b6161fbd4a34580c9976e0afab4 /src | |
parent | src/logerr.h: Normalize code order (diff) | |
download | pindaiba-14acca038fe75398c791e8415d825a8843d13cce.tar.gz pindaiba-14acca038fe75398c791e8415d825a8843d13cce.tar.xz |
Revert "src/int.h: Add minimized stdint.h types"
This reverts commit 56d62364184f2ce12e3f81c3831af3881feeda96.
Diffstat (limited to 'src')
-rw-r--r-- | src/int.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/int.h b/src/int.h deleted file mode 100644 index 87e6bd4..0000000 --- a/src/int.h +++ /dev/null @@ -1,8 +0,0 @@ -typedef signed char i8; -typedef unsigned char u8; -typedef signed short i16; -typedef unsigned short u16; -typedef signed long i32; -typedef unsigned long u32; -typedef signed long long i64; -typedef unsigned long long u64; |