GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
MBSINIT(3) FreeBSD Library Functions Manual MBSINIT(3)

mbsinit
determine conversion object status

Standard C Library (libc, -lc)

#include <wchar.h>

int
mbsinit(const mbstate_t *ps);

The mbsinit() function determines whether the mbstate_t object pointed to by ps describes an initial conversion state.

The mbsinit() function returns non-zero if ps is NULL or describes an initial conversion state, otherwise it returns zero.

mbrlen(3), mbrtowc(3), mbsrtowcs(3), multibyte(3), wcrtomb(3), wcsrtombs(3)

The mbsinit() function conforms to ISO/IEC 9899:1999 (“ISO C99”).
April 8, 2004 FreeBSD 13.1-RELEASE

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.