unix/src/irix-5.2/Uprocess.i3


Copyright (C) 1994, Digital Equipment Corp.

INTERFACE Uprocess;

FROM Utypes IMPORT pid_t;
FROM Ctypes IMPORT int;
** <unistd.h> **

** getpid(2), getppid(2) - get process identification **

<*EXTERNAL*> PROCEDURE getpid (): pid_t;
<*EXTERNAL*> PROCEDURE getppid (): pid_t;
** getpgrp(2) - get process group -- BSD compatible **
<*EXTERNAL getpgid *> PROCEDURE getpgrp (pid: pid_t): pid_t;
** setpgrp(2) - set process group -- BSD compatible **
<*EXTERNAL setpgid *> PROCEDURE setpgrp (pid, pgrp: pid_t): int;

END Uprocess.

interface Utypes is in: