getppid

Returns the parent process ID of the calling process.

Format

#include  <unistd.h>

pid_t getppid  (void);

Return Values
The parent process ID. 
Indicates that the calling process does not have a parent process. 


Previous Page | Next Page | Table of Contents | Index