www.delorie.com/djgpp/doc/libc-2.01/libc_331.html   search  
Go to the first, previous, next, last section, table of contents.


getgrnam

Syntax

#include <grp.h>

struct group *getgrnam(char *name);

Description

This function returns the group entry for the group named name. See section getgrent for the description of struct group.

Return Value

The matching group, or NULL if none match.


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

  prev next   webmaster     delorie software   privacy  
  Copyright © 1997     Updated Apr 1997