This commit is contained in:
oniic
2026-04-25 17:23:04 +07:00
parent 7f0f6ab5ba
commit 92b040fb32
129 changed files with 1809 additions and 1112 deletions
+9
View File
@@ -0,0 +1,9 @@
#ifndef CASE
#define CASE
typedef struct{
int* ptrFirst;
int* ptrLast;
} CASE;
#endif