HPlogo MPE/iX Developer's Kit Reference Manual Volume I: HP 3000 MPE/iX Computer Systems > Chapter 4  POSIX/iX Library Function Descriptions

getpid

» 

Technical documentation

Complete book in PDF
» Feedback

 » Table of Contents

 » Index

Returns the process identification 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 identification number (PIN) of the calling process.

Implementation Considerations

None.

See Also

MPE/iX intrinsics FATHER and GETPROCID, described in the MPE/iX Intrinsics Reference Manual.

Feedback to webmaster