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
[__SVR4]: Define SVR4.
[coreutils.git]
/
lib
/
memcasecmp.h
blob
84c2af09e7e4fba79763d7612f312d68ef4fee9a
1
#undef PARAMS
2
#if defined (__STDC__) && __STDC__
3
# define PARAMS(Args) Args
4
#else
5
# define PARAMS(Args) ()
6
#endif
7
8
int
9
memcasecmp
PARAMS
((
const void
*
vs1
,
const void
*
vs2
,
size_t
n
));