delorie.com/djgpp/doc/libc/libc_411.html | search |
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
#include <unistd.h> int getppid(void); |
Get the parent process ID. Currently this is always 1, indicating that the parent process is no longer running.
The parent process ID.
ANSI/ISO C | No |
POSIX | 1003.2-1992; 1003.1-2001 |
webmaster | delorie software privacy |
Copyright © 2004 | Updated Apr 2004 |