Replace "signed int" with "int32_t"

This commit is contained in:
GravisZro
2024-05-23 22:55:41 -04:00
parent 2147cfa68b
commit 0556786c12
11 changed files with 25 additions and 25 deletions

View File

@@ -24,7 +24,7 @@
#include "Aencode.h"
typedef uint32_t uint32;
typedef signed int sint32;
typedef int32_t sint32;
typedef unsigned short uint16;
typedef signed short sint16;
typedef unsigned char uint8;