repo.or.cz
/
coreutils.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
(AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
[coreutils.git]
/
lib
/
group-member.h
blob
0538b142af2237d2f1d08021a48e70a6acac60e9
1
#ifndef GROUP_MEMBER_H_
2
# define GROUP_MEMBER_H_ 1
3
4
# ifndef PARAMS
5
# if defined PROTOTYPES || (defined __STDC__ && __STDC__)
6
# define PARAMS(Args) Args
7
# else
8
# define PARAMS(Args) ()
9
# endif
10
# endif
11
12
int
13
group_member
PARAMS
((
gid_t
));
14
15
#endif
/* GROUP_MEMBER_H_ */