| 
    | 
   ||
  | 
 int get_group ( int count, char *name ) 
 int count; // group index number char *name; // character buffer to receive group name 
  | 
  | 
Synopsis  | 
#include "silver.h" 
 The get_group function allows retrieval of the names of all currently defined groups. 
  | 
  | 
Parameters  | 
count is the group index number, 1 to the number of groups. name is the address of a character buffer that is to receive the associated group name. 
  | 
  | 
Return Value  | 
get_group copies the name of the associated group into name if count is a valid group number, and then returns 1; otherwise, get_group returns 0. 
  | 
  | 
See Also  | 
  | 
|
  | 
  |