SYNOPSIS
#include <stdlib.h>
size_t wcstombs(char *s, const wchar_t *pwcs, size_t n);
DESCRIPTION
The
No more than n bytes are modified in the array pointed to by s. If copying takes place between objects that overlap, the behavior is undefined.
PARAMETERS
- s
-
Points to the sequence of multibyte characters.
- pwcs
-
Points to the sequence of wide characters.
- n
-
Is the maximum number of bytes that can be stored in the multibyte string.
RETURN VALUES
The
CONFORMANCE
ANSI/ISO 9899-1990.
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:
setlocale() ,wctomb()
MKS Toolkit 9.2 Documentation Build 16.