URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [gdb-5.3/] [include/] [mpw/] [grp.h] - Rev 1773
Go to most recent revision | Compare with Previous | Blame | View Log
#pragma once #include "sys/types.h" struct group { char *gr_name; gid_t gr_gid; char *gr_passwd; char **gr_mem; };
Go to most recent revision | Compare with Previous | Blame | View Log