norm ok fonctionnement ok leaks ok

This commit is contained in:
hugogogo
2021-09-03 16:45:46 +02:00
parent 5ab8015b2e
commit 2d00b06f1c
10 changed files with 33 additions and 45 deletions

View File

@@ -6,13 +6,12 @@
# include <unistd.h> // for getpid
# include "libft.h"
typedef struct s_message
typedef struct s_server
{
unsigned int count_bits;
char character;
char *text;
} t_message;
} t_server;
t_message message;
t_server g_server;
#endif