GETPPID(3) Library Functions Manual GETPPID(3)
NAME
getppid — get the
parent process ID
SYNOPSIS
#include <sys/types.h> #include <unistd.h> pid_t getppid(void);
DESCRIPTION
The getppid() function returns the parent process ID of the calling process.
RETURN VALUE
The getppid() function is always successful and no return value is reserved to indicate an error.
ERRORS
No errors are defined.
EXAMPLES
None.
APPLICATION USAGE
None.
FUTURE DIRECTIONS
None.
SEE ALSO
exec(3) , fork(3) , getpgid(3) , getpgrp(3) , getpid(3) , kill(3) , setpgid(3) , setsid(3) , <sys/types.h> , <unistd.h> .
DERIVATION
Derived from Issue 1 of the SVID.
February 1997 posix.fail