source:
vendor/binutils/2.14/include/mpw/grp.h
Last change on this file was 10, checked in by , 22 years ago | |
---|---|
|
|
File size: 125 bytes |
Line | |
---|---|
1 | #pragma once |
2 | |
3 | #include "sys/types.h" |
4 | |
5 | struct group { |
6 | char *gr_name; |
7 | gid_t gr_gid; |
8 | char *gr_passwd; |
9 | char **gr_mem; |
10 | }; |
Note:
See TracBrowser
for help on using the repository browser.