coreutils/lib/memcasecmp.h
2003-06-18 07:54:53 +00:00

4 lines
82 B
C

#include <stddef.h>
int memcasecmp (const void *vs1, const void *vs2, size_t n);