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

7 lines
86 B
C

struct text_message
{
long mtype;
char mtext[100];
#define KEY (key_t) 1234
};