getpid(2)
_________________________________________________________________
getpid System Call
Get process-id.
_________________________________________________________________
SYNTAX
None.
int getpid ()
PARAMETERS
None.
DESCRIPTION
Getpid returns the process-id of the calling process.
ACCESS CONTROL
No access checking is performed.
RETURN VALUE
process-id The process-id of the calling process is always
returned.
EXCEPTIONS
None.
SEE ALSO
The related system calls: exec, fork, setpgrp, signal.
DG/UX 4.00 Page 1
Licensed material--property of copyright holder(s)