group_member (3)
Leading comments
Copyright (C) 2014, Michael Kerrisk <mtk.manpages@gmail.com> %%%LICENSE_START(VERBATIM) Permission is granted to make and distribute verbatim copies of this manual provided the copyright notice and this permission notice are preserved on all copies. Permission is granted to copy and distribute modified versions of this manual under the conditions for verbatim copying, provided that the entire resulting derived work is distributed under the terms of a permission notice identical to this one....
NAME
group_member - test whether a process is in a groupSYNOPSIS
#include <unistd.h>int group_member(gid_t gid);
Feature Test Macro Requirements for glibc (see feature_test_macros(7)):
group_member(): _GNU_SOURCE