Files
sibsutis/1Y-2H/prog.old/include/case.h
T
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