HP C/iX Library Reference Manual (30026-90004)
204 Chapter5
HP C/iX Library Function Descriptions
getpid
getpid
Returns the process identiļ¬cation number.
NOTE
If linking with the POSIX/iX libraries, refer to the description of getpid()
located in the MPE/iX Developer's Kit Reference Manual.
Syntax
int getpid (void)
Parameters
None.
Return Values
x
The process identiļ¬cation number (PIN) of the calling process.
See Also
MPE/iX intrinsics FATHER and GETPROCID, described in the MPE/iX Intrinsics Reference
Manual.