Determines whether an mbstate_t object decribes an initial conversion state.
#include <wchar.h> int mbsinit (const mbstate_t *ps);
nonzero | The ps argument is a NULL pointer, or the mbstate_t object pointed to by ps describes an initial conversion state. |
0 | The mbstate_t object pointed to by ps does not describe an initial conversion state. |