ReactOS 0.4.16-dev-959-g2ec3a19
|
#include <corecrt_internal.h>
#include <ctype.h>
#include <corecrt_internal_securecrt.h>
#include <locale.h>
#include <string.h>
Go to the source code of this file.
Functions | |
int __cdecl | _wcsnicmp_l (wchar_t const *const lhs, wchar_t const *const rhs, size_t const count, _locale_t const plocinfo) |
int __cdecl | __ascii_wcsnicmp (wchar_t const *const lhs, wchar_t const *const rhs, size_t const count) |
int __cdecl | _wcsnicmp (wchar_t const *const lhs, wchar_t const *const rhs, size_t const count) |
int __cdecl __ascii_wcsnicmp | ( | wchar_t const *const | lhs, |
wchar_t const *const | rhs, | ||
size_t const | count | ||
) |
Definition at line 87 of file wcsnicmp.cpp.
Referenced by _wcsnicmp(), and _wcsnicmp_l().
Definition at line 116 of file wcsnicmp.cpp.
int __cdecl _wcsnicmp_l | ( | wchar_t const *const | lhs, |
wchar_t const *const | rhs, | ||
size_t const | count, | ||
_locale_t const | plocinfo | ||
) |
Definition at line 44 of file wcsnicmp.cpp.
Referenced by _wcsnicmp().