(Makefile): Don't depend on $(BUILT_SOURCES).
[gnulib.git] / lib / memcasecmp.h
blob164dff435b8785f1c0ddf1b15b818305f02724b7
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
9 int
10 memcasecmp PARAMS ((const void *vs1, const void *vs2, size_t n));