fork.h (82B)
1 #ifndef FORK_H 2 #define FORK_H 3 4 #include <sys/types.h> 5 #include <unistd.h> 6 7 #endif