Penguin
Annotated edit history of getpid(2) version 3, including all changes. View license author blame.
Rev Author # Line
1 perry 1 !!NAME
2 PerryLorier 2 getpid - get process identification
1 perry 3 !!SYNOPSIS
2 PerryLorier 4 __#include <sys/types.h>__
5 __#include <unistd.h>__
1 perry 6
7
3 PerryLorier 8 __pid_t getpid(void);__
1 perry 9 !!DESCRIPTION
2 PerryLorier 10 getpid(2) returns the process ID of the current process. (This is often used by routines that generate unique temporary file names.)
1 perry 11
12 !!CONFORMING TO
2 PerryLorier 13 [POSIX], BSD 4.3, SVID
1 perry 14
15 !!SEE ALSO
2 PerryLorier 16 exec(3), fork(2), kill(2), mkstemp(3), tmpnam(3), tempnam(3), tmpfile(3)
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.

PHP Warning

lib/blame.php:177: Warning: Invalid argument supplied for foreach() (...repeated 3 times)