repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
(Makefile): Don't depend on $(BUILT_SOURCES).
[gnulib.git]
/
lib
/
memcasecmp.h
blob
164dff435b8785f1c0ddf1b15b818305f02724b7
1
#ifndef PARAMS
2
# if defined PROTOTYPES || (defined __STDC__ && __STDC__)
3
# define PARAMS(Args) Args
4
# else
5
# define PARAMS(Args) ()
6
# endif
7
#endif
8
9
int
10
memcasecmp
PARAMS
((
const void
*
vs1
,
const void
*
vs2
,
size_t
n
));