mbsinit(3) freebsd man page | unix.com

Man Page: mbsinit

Operating Environment: freebsd

Section: 3

MBSINIT(3)						   BSD Library Functions Manual 						MBSINIT(3)

NAME
mbsinit -- determine conversion object status
LIBRARY
Standard C Library (libc, -lc)
SYNOPSIS
#include <wchar.h> int mbsinit(const mbstate_t *ps);
DESCRIPTION
The mbsinit() function determines whether the 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
The mbsinit() function conforms to ISO/IEC 9899:1999 (``ISO C99'').
BSD
April 8, 2004 BSD
Related Man Pages
mbsinit(3) - mojave
mbsinit(3) - redhat
mbsinit(3) - ultrix
mbsinit(3) - xfree86
mbsinit(3) - v7
Similar Topics in the Unix Linux Community
Unix File Permissions
Mac OS X: Based on UNIX - Solid As a Rock
The Whole Story on #! /usr/bin/ksh
Reason for no directory creation date
UNIX Environment Setup - (Just starting!)