This commit is contained in:
hugogogo
2021-08-26 10:47:41 +02:00
commit ef9fcf1376
7 changed files with 145 additions and 0 deletions

9
includes/minitalk.h Normal file
View File

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