|
NAMEmbsinit —
determine conversion object status
LIBRARYStandard C Library (libc, -lc)SYNOPSIS#include <wchar.h>
int
DESCRIPTIONThembsinit () function determines whether the
mbstate_t object pointed to by ps
describes an initial conversion state.
RETURN VALUESThembsinit () 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)STANDARDSThembsinit () function conforms to
ISO/IEC 9899:1999 (“ISO C99”).
Visit the GSP FreeBSD Man Page Interface. |