index
:
c
master
non-posix
implementation of system interfaces from POSIX.1
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
grp
/
struct_group.c
blob: e1f8c376f9308b9eed990c30be6dc7ba89071633 (
plain
)
1
2
3
4
5
6
7
8
9
struct group { char * gr_name; gid_t gr_gid; char ** gr_mem; }; /* POSIX(1) */