#if !defined(__STRINGS_H)
#define __STRINGS_H

#include <lk/compiler.h>

__BEGIN_CDECLS;

int strcasecmp(const char *s1, const char *s2);

__END_CDECLS;

#endif  /* !__STRINGS_H */
