7 lines
86 B
C
7 lines
86 B
C
|
struct text_message
|
||
|
{
|
||
|
long mtype;
|
||
|
char mtext[100];
|
||
|
#define KEY (key_t) 1234
|
||
|
|
||
|
};
|