mpw-tools/libc/libc.h
2015-01-22 12:30:00 -05:00

7 lines
159 B
C

#ifndef __libc_libc__
#define __libc_libc__
int strcasecmp(const char *s1, const char *s2);
int strncasecmp(const char *s1, const char *s2, size_t n);
#endif