mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-03-02 02:54:28 +02:00
Do not include config.h; no longer needed. Anyway, config.h should always be included before any other file.
9 lines
135 B
C
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_ */
|