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