Scroll to navigation

STRGID(3) Library Functions Manual STRGID(3)

NAME

strgid - return group name given group number

SYNOPSIS

char* strgid(int gid)

DESCRIPTION

strgid returns the group id name string given the group number gid. strgid maintains an internal cache to avoid repeated password database scans by the low level getgrgid(3).

SEE ALSO

getgrent(3)