wcsftime()
QNX SDP8.0C Library ReferenceAPIDeveloper
Format the time into a wide-character string
Synopsis:
#include <wchar.h>
size_t wcsftime( wchar_t * wcs,
size_t maxsize,
const wchar_t * format,
const struct tm * timeptr );
Arguments:
Library:
libc
Use the -l c option to qcc to link against this library. This library is usually included automatically.
Description:
The wcsftime() function is similar to strftime(), except that wcsftime() works with wide characters.
Returns:
The number of wide characters placed into the array, not including the terminating null character, or 0 if the number of wide characters exceeds maxsize (in this case, the string contents are indeterminate).
If an error occurs, errno is set.
Classification:
Safety: | |
---|---|
Cancellation point | No |
Signal handler | Yes |
Thread | Yes |
Page updated: