mbsinit(3) Library Functions Manual mbsinit(3) mbsinit - C (libc, -lc) #include int mbsinit(const mbstate_t *ps); The function mbsinit() tests whether *ps corresponds to an initial shift state. mbsinit() returns nonzero if *ps is an initial shift state, or if ps is NULL. Otherwise, it returns 0. attributes(7). +----------------------------+----------------------------------------------------------+--------------------------+ | | | | +----------------------------+----------------------------------------------------------+--------------------------+ |mbsinit() | | MT-Safe | +----------------------------+----------------------------------------------------------+--------------------------+ C11, POSIX.1-2008. POSIX.1-2001, C99. mbsinit() LC_CTYPE . mbstate_t(3type), mbrlen(3), mbrtowc(3), mbsrtowcs(3), wcrtomb(3), wcsrtombs(3) () aereiae , Alexey , Azamat Hackimov , Dmitriy S. Seregin , Dmitry Bolkhovskikh , ITriskTI , Max Is , Yuri Kozlov , ; GNU (GNU General Public License - GPL, 3 ) , - . - , , () () () . Linux man-pages 6.18 8 2026 . mbsinit(3)