#include <precomp.h>
#include <locale.h>
#include <internal/wine/msvcrt.h>
Go to the source code of this file.
◆ _strxfrm_l()
Definition at line 6 of file strxfrm.c.
8{
11
14
16 FIXME(
"len > INT_MAX not supported\n");
18 }
19
22 else
24
28 }
29
36 }
38
43 }
44
47}
ACPI_SIZE strlen(const char *String)
INT WINAPI LCMapStringA(LCID lcid, DWORD flags, LPCSTR src, INT srclen, LPSTR dst, INT dstlen)
#define MSVCRT_CHECK_PMT(x)
#define MSVCRT_LC_COLLATE
struct MSVCRT_localeinfo_struct * MSVCRT__locale_t
_CRTIMP int *__cdecl _errno(void)
Referenced by strxfrm().
◆ strxfrm()
Definition at line 52 of file strxfrm.c.
53{
55}
size_t CDECL _strxfrm_l(char *dest, const char *src, size_t len, _locale_t locale)