C++, BYE BYE!! BYE BYE!!!

Signed-off-by: Slendi <slendi@socopon.com>
This commit is contained in:
2025-08-10 06:38:23 +03:00
parent d154db1422
commit 4e23877697
14 changed files with 2049 additions and 3901 deletions

6
src/common.h Normal file
View File

@@ -0,0 +1,6 @@
#ifndef COMMON_H
#define COMMON_H
#define ARRAY_SZ(arr) (sizeof(arr) / sizeof(*arr))
#endif // COMMON_H