process.c: Functions to manipulate UNIX processes

link cfunc
November 17, 2004; Gregg M. Townsend
Requires: UNIX, dynamic loading
This file is in the public domain.

kill(pid, signal)    kill process (defaults: pid=0, signal=SIGTERM)
getpid()             return process ID
getuid()             return user ID
getgid()             return group ID

Source code | Program Library Page | Icon Home Page