Ensure O(n) worst-case complexity of strcasestr substitute.
[gnulib.git] / modules / group-member
1 Description:
2 Determine whether the current process has the permissions of a given group ID.
3
4 Files:
5 lib/group-member.h
6 lib/group-member.c
7 m4/group-member.m4
8
9 Depends-on:
10 xalloc
11 stdbool
12
13 configure.ac:
14 gl_FUNC_GROUP_MEMBER
15
16 Makefile.am:
17
18 Include:
19 "group-member.h"
20
21 License:
22 GPL
23
24 Maintainer:
25 Jim Meyering