Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

mbsinit - Test for initial conversion state

&pagelevel(4)&pagelevel

Definition

#include <wchar.h>

int mbsinit(const mbstate_t *ps);

If ps is not a null pointer, mbsinit determines whether whether the mbstate_t object pointed to by ps describes an initial conversion state.

Return val.

!= 0

if ps is a null pointer or points to an object that describes an initial conversion state.

0

otherwise.