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


getgid

Syntax

#include <unistd.h>

int getgid(void);

Description

Get the current group id.

Return Value

42

Portability

not ANSI, POSIX


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