(jm_FILE_SYSTEM_USAGE): Add `[]' between use of
[coreutils.git] / lib / memcoll.h
blob4909bddff0763412c62ddbb5b1ce93a336e50365
1 #ifndef MEMCOLL_H_
2 # define MEMCOLL_H_ 1
4 # if HAVE_CONFIG_H
5 # include <config.h>
6 # endif
8 # ifndef PARAMS
9 # if defined PROTOTYPES || (defined __STDC__ && __STDC__)
10 # define PARAMS(Args) Args
11 # else
12 # define PARAMS(Args) ()
13 # endif
14 # endif
16 int memcoll PARAMS ((char *, size_t, char *, size_t));
18 #endif /* MEMCOLL_H_ */