NAME
getppid	-	get pid of parent of a process

SYNOPSIS

getppid(pid)

DESCRIPTION
Getppid returns the process id of the parent of the process whose
pid is passed to it.  If the parent is gone, 1 will be returned as
INIT wil have inheirited the process.

