verify: new macro 'assume'
[gnulib.git] / modules / xgetgroups
1 Description:
2 Return the group IDs of a user or current process in malloc'd storage, with
3 out-of-memory checking.
4
5 Files:
6 lib/xgetgroups.c
7
8 Depends-on:
9 mgetgroups
10 xalloc
11
12 configure.ac:
13 gl_MODULE_INDICATOR([xgetgroups])
14
15 Makefile.am:
16 lib_SOURCES += xgetgroups.c
17
18 Include:
19 "mgetgroups.h"
20
21 License:
22 GPL
23
24 Maintainer:
25 Jim Meyering, Eric Blake