#include "ace/OS_NS_wchar.h"
Include dependency graph for OS_NS_strings.inl:
This graph shows which files directly or indirectly include this file:
Functions | |
ACE_BEGIN_VERSIONED_NAMESPACE_DECL ACE_INLINE int | ACE_OS::strcasecmp (const char *s, const char *t) |
Compares two strings (case insensitive const char version). | |
ACE_INLINE int | ACE_OS::strncasecmp (const char *s, const char *t, size_t len) |
Compares two arrays (case insensitive const char version). |