Warning fixes, refactor

This commit is contained in:
MihailRis
2023-09-19 23:25:17 +03:00
committed by GitHub
parent eaf1fa54cd
commit 4f20abe7ea
14 changed files with 67 additions and 55 deletions
+4
View File
@@ -0,0 +1,4 @@
#include <stdint.h>
typedef unsigned int uint;
typedef unsigned char ubyte;