Various Naming (#445)

* Mass renames
This commit is contained in:
coco875
2023-10-08 00:31:48 +02:00
committed by GitHub
parent 2b74bbbcef
commit d8cfed9491
135 changed files with 6015 additions and 5760 deletions
+3
View File
@@ -17,6 +17,9 @@ typedef unsigned int u32;
typedef signed long long int s64;
typedef unsigned long long int u64;
typedef signed int bool;
typedef signed char bool8;
typedef volatile u8 vu8;
typedef volatile u16 vu16;
typedef volatile u32 vu32;