NAME
	getppid - get the parent process ID

SYNTAX
	int getppid();

DESCRIPTION
	Returns the process ID of the parent process.

KEYWORDS
	Processes

SEE ALSO
	system/getpid, system/getpgrp
