implementation recepetion message incomplete et makefile foncitonne avec deux headers separes
This commit is contained in:
18
includes/server.h
Normal file
18
includes/server.h
Normal file
@@ -0,0 +1,18 @@
|
||||
#ifndef SERVER_H
|
||||
# define SERVER_H
|
||||
|
||||
# include <signal.h> // for signal kill sigaction
|
||||
# include <sys/types.h> // for getpid kill
|
||||
# include <unistd.h> // for getpid
|
||||
# include "libft.h"
|
||||
|
||||
typedef struct s_message
|
||||
{
|
||||
unsigned int count_bits;
|
||||
char character;
|
||||
char *text;
|
||||
} t_message;
|
||||
|
||||
t_message message;
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user