mirror of
https://github.com/php/php-src.git
synced 2024-11-25 02:44:58 +08:00
7 lines
87 B
C
7 lines
87 B
C
struct group {
|
|
char *gr_name;
|
|
char *gr_passwd;
|
|
int gr_gid;
|
|
char **gr_mem;
|
|
};
|