makefile ok and client receive sigusr

This commit is contained in:
hugogogo
2021-08-28 12:30:24 +02:00
parent 620a820bd3
commit 737ce47555
8 changed files with 151 additions and 11 deletions

View File

@@ -1,9 +1,9 @@
#ifndef FT_PRINTF_H
# define FT_PRINTF_H
#ifndef MINITALK_H
# define MINITALK_H
# include <signal.h> // for signal kill
# include <sys/types.h> // for getpid kill
# include <unistd.h> // for getpid
# include "libft.h"
#endif