SYNOPSIS
#include <wchar.h>
size_t wcsxfrm(wchar_t *ws1, const wchar_t *ws2, size_t n);
DESCRIPTION
The
If n is zero, then ws1 may be NULL.
In this case,
For the C locale,
wcsncpy(ws1, ws2, n); return wcslen(ws1);
PARAMETERS
- ws1
-
Is either NULL, or a pointer to a buffer to hold the transformed string.
- ws2
-
Is the string to be transformed.
- n
-
Is the maximum number of characters to transform.
RETURN VALUES
The
If
CONFORMANCE
ANSI/ISO 9899-1990/AM 1-1995.
MULTITHREAD SAFETY LEVEL
MT-Safe, with exceptions.
This function is MT-Safe as long as no thread calls
PORTING ISSUES
None.
AVAILABILITY
MKS Toolkit for Professional Developers
MKS Toolkit for Enterprise Developers
MKS Toolkit for Enterprise Developers 64-Bit Edition
SEE ALSO
- Functions:
localeconv() ,setlocale() ,wcscmp() ,wcscoll() ,wcsncmp()
MKS Toolkit 9.2 Documentation Build 16.