blob: ea890cfd79c4829c4392424321b805756ef94cd8 [file] [log] [blame]
#if !defined(__STRINGS_H)
#define __STRINGS_H
#include <compiler.h>
__BEGIN_CDECLS;
int strcasecmp(const char *s1, const char *s2);
__END_CDECLS;
#endif /* !__STRINGS_H */