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_ */