Determine conversion object status
#include <wchar.h> int mbsinit( const mbstate_t * ps );
libc
Determines if ps is a NULL pointer.
| Safety: | |
|---|---|
| Cancellation point | No |
| Interrupt handler | No |
| Signal handler | Yes |
| Thread | Yes |
"Multibyte character functions" and "Wide-character functions" in the summary of functions chapter.