1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-03-02 02:54:28 +02:00
Files
coreutils/lib/memcoll.h
Jim Meyering de4077cbe3 (PARAMS): Remove. All uses removed.
Do not include config.h; no longer needed.
Anyway, config.h should always be included before any other file.
2003-06-18 07:52:28 +00:00

9 lines
135 B
C

#ifndef MEMCOLL_H_
# define MEMCOLL_H_ 1
# include <stddef.h>
int memcoll (char *, size_t, char *, size_t);
#endif /* MEMCOLL_H_ */