1
0
UAHCode/CPE435/Lab4/line.h
2022-08-28 16:12:16 -05:00

7 lines
133 B
C

struct info {
char c;
int length;
};
#define key ((key_t)(1243))
#define MSIZ sizeof(struct info)