Go to the first, previous, next, last section, table of contents.


getuid

Syntax

#include <unistd.h>

int getuid(void);

Description

Returns the user ID.

Return Value

42

Portability

not ANSI, POSIX


Go to the first, previous, next, last section, table of contents.