10 lines
210 B
C
10 lines
210 B
C
#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
|