#include <unistd.h> pid_t setsid(void);
This function does not do anything. It exists to assist porting from Unix.
Return value of see section getpid.
not ANSI, POSIX
Go to the first, previous, next, last section, table of contents.