summaryrefslogtreecommitdiff
path: root/lib/memcoll.h
blob: 33f1e49408482cbc7c18338df419bd7eec91c2b2 (plain)
1
2
3
4
5
6
7
8
#ifndef MEMCOLL_H_
# define MEMCOLL_H_ 1

# include <stddef.h>

int memcoll (char *, size_t, char *, size_t);

#endif /* MEMCOLL_H_ */