mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-02 04:27:12 +02:00
320 B
320 B
Name
getpid - get current process ID
Synopsis
#include <unistd.h>
pid_t getpid();
Description
Returns the PID (process ID) of the calling process.
Return value
The process ID of the calling process.
Errors
None.