10 lines
96 B
C
10 lines
96 B
C
#ifndef CASE
|
|
#define CASE
|
|
|
|
typedef struct{
|
|
int* ptrFirst;
|
|
int* ptrLast;
|
|
} CASE;
|
|
|
|
#endif
|