#include <unistd.h>
pid_t getppid(void);
Partially implemented
IEEE Std 1003.1-2017
The getppid()
function shall return the parent process ID of the calling process.
The getppid()
function shall always be successful, and no return value is reserved to indicate an error.
No errors are defined.
Untested
None