GETPID(2) DOMAIN/IX SYS5 GETPID(2)
NAME
getpid, getpgrp, getppid - get process, process group, and
parent process IDs
USAGE
int getpid()
int getpgrp()
int getppid()
DESCRIPTION
Getpid returns the process ID of the process that called it.
Getpgrp returns the process group ID of the process that
called it.
Getppid returns the parent process ID of the process that
called it.
RELATED INFORMATION
exec(2), fork(2), setpgrp(2), signal(2)
Printed 12/4/86 GETPID-1