This commit is contained in:
elvis
2022-04-24 01:36:43 +02:00
parent 4fe23200bc
commit 9eaf9cdd49
9 changed files with 163 additions and 82 deletions

View File

@ -5,7 +5,7 @@
* tipo del messaggio
*/
typedef struct msg {
int len;
long len;
char *str;
} msg_t;