getpid

Returns the process ID of the current process.

Format

#include  <unistd.h>

pid_t getpid  (void);

Return Value
The process ID of the current process. 


Previous Page | Next Page | Table of Contents | Index