Files
2026-04-25 17:23:04 +07:00

10 lines
96 B
C

#ifndef CASE
#define CASE
typedef struct{
int* ptrFirst;
int* ptrLast;
} CASE;
#endif