getpid

Synopsis

(getpid)

Parameters

Description

This procedure calls the getpid() C library function.

Side Effects

Return Value

The currend process id (PID) is returned as an exact integer.

Example

> (getpid)
25927
>