1
0
UAHCode/CPE435/Lab4/line.h

7 lines
133 B
C
Raw Permalink Normal View History

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