#include <unistd.h> int getpid(void);
Get the process ID, which uniquely identifies each program running on the system.
The process ID.
not ANSI, POSIX
Go to the first, previous, next, last section, table of contents.