#include "ace/OS_NS_wchar.h"
Functions | |
ACE_NAMESPACE_INLINE_FUNCTION int | ACE_OS::strcasecmp (const char *s, const char *t) |
Compares two strings (case insensitive const char version). | |
ACE_NAMESPACE_INLINE_FUNCTION int | ACE_OS::strncasecmp (const char *s, const char *t, size_t len) |
Compares two arrays (case insensitive const char version). |