1
0
UAHCode/CPE435/Lab4/header.h

8 lines
140 B
C
Raw Normal View History

2022-08-28 21:12:16 +00:00
struct info {
char c;
int length;
char flag;
};
key_t key = 1243 ;
#define MSIZ sizeof(struct info)