/* * grp.h */ #ifndef _GRP_H #define _GRP_H #include #include __extern int setgroups(size_t, const gid_t *); #endif /* _GRP_H */