Query: mbsinit_l
OS: osx
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
MBSINIT(3) BSD Library Functions Manual MBSINIT(3)NAMEmbsinit, mbsinit_l -- determine conversion object statusLIBRARYStandard C Library (libc, -lc)SYNOPSIS#include <wchar.h> int mbsinit(const mbstate_t *ps); #include <wchar.h> #include <xlocale.h> int mbsinit_l(const mbstate_t *ps, locale_t loc);DESCRIPTIONThe mbsinit() function determines whether the mbstate_t object pointed to by ps describes an initial conversion state. While the mbsinit() function uses the current locale, the mbsinit_l() function may be passed a locale directly. See xlocale(3) for more information.RETURN VALUESThe mbsinit() function returns non-zero if ps is NULL or describes an initial conversion state; otherwise, it returns zero.SEE ALSOmbrlen(3), mbrtowc(3), mbsrtowcs(3), multibyte(3), wcrtomb(3), wcsrtombs(3), xlocale(3)STANDARDSThe mbsinit() function conforms to ISO/IEC 9899:1999 (``ISO C99'').BSDApril 8, 2004 BSD
Related Man Pages |
---|
mbsinit(3) - redhat |
mbsinit(3) - xfree86 |
mbsinit(3) - v7 |
mbsinit(3) - minix |
mbsinit(3) - plan9 |
Similar Topics in the Unix Linux Community |
---|
AIX Links |
Undeletable file |
Shopt -s histappend |
My first PERL incarnation... Audio Oscillograph |
A dash to GOTO or a dash from GOTO, that is the question... |