#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.
16 FIXME(
"len > INT_MAX not supported\n");
struct MSVCRT_localeinfo_struct * MSVCRT__locale_t
ACPI_SIZE strlen(const char *String)
char * strncpy(char *DstString, const char *SrcString, ACPI_SIZE Count)
_CRTIMP int *__cdecl _errno(void)
#define MSVCRT_CHECK_PMT(x)
#define MSVCRT_LC_COLLATE
INT WINAPI LCMapStringA(LCID lcid, DWORD flags, LPCSTR src, INT srclen, LPSTR dst, INT dstlen)
Referenced by strxfrm().
◆ strxfrm()
Definition at line 52 of file strxfrm.c.
size_t CDECL _strxfrm_l(char *dest, const char *src, size_t len, _locale_t locale)