|
MBSINIT (3) | C library functions | Unix Manual Pages | :man▋
NAME
mbsinit - "determine conversion object status"
CONTENTS
Library Synopsis Description Return Values See Also Standards
LIBRARY
.Lb libc
SYNOPSIS
.In wchar.h int mbsinit "const mbstate_t *ps"
DESCRIPTION
The mbsinit function determines whether the .Vt mbstate_t object pointed to by ps describes an initial conversion state.
RETURN VALUES
The mbsinit function returns non-zero if ps is NULL or describes an initial conversion state, otherwise it returns zero.
SEE ALSO
mbrlen(3), mbrtowc(3), mbsrtowcs(3), multibyte(3), wcrtomb(3), wcsrtombs(3)
STANDARDS
|