Warning: main(/www/www/htdocs/style/globals.php) [function.main]: failed to open stream: No such file or directory in /www/www/docs/6.4.1/neutrino/lib_ref/m/mbsinit.html on line 1
Warning: main() [function.include]: Failed opening '/www/www/htdocs/style/globals.php' for inclusion (include_path='.:/www/www/common:/www/www/php/lib/php') in /www/www/docs/6.4.1/neutrino/lib_ref/m/mbsinit.html on line 1
Warning: main(/www/www/htdocs/style/header.php) [function.main]: failed to open stream: No such file or directory in /www/www/docs/6.4.1/neutrino/lib_ref/m/mbsinit.html on line 8
Warning: main() [function.include]: Failed opening '/www/www/htdocs/style/header.php' for inclusion (include_path='.:/www/www/common:/www/www/php/lib/php') in /www/www/docs/6.4.1/neutrino/lib_ref/m/mbsinit.html on line 8
Determine the status of the conversion object used for restartable mb*() functions
#include <wchar.h>
int mbsinit( const mbstate_t * ps );
- ps
- A pointer to the conversion object that you want to test.
libc
Use the -l c option to
qcc
to link against this library.
This library is usually included automatically.
The following functions use an object of type mbstate_t
so that they can be restarted:
The mbsinit() function determines whether or not the
mbstate_t object pointed to by ps describes an
initial conversion state.
|
If the object doesn't describe an initial conversion state, it isn't safe
for you to use it in one of the above functions, other than the one you've
already used it in. |
A nonzero value if ps is NULL or *ps
describes an initial conversion state; otherwise zero.
ANSI,
POSIX 1003.1
Safety: | |
Cancellation point |
No |
Interrupt handler |
No |
Signal handler |
Yes |
Thread |
Yes |
mblen(),
mbrlen(),
mbrtowc(),
mbsrtowcs(),
mbstowcs(),
mbtowc(),
wcsrtombs(),
wcrtomb()
Warning: main(/www/www/htdocs/style/footer.php) [function.main]: failed to open stream: No such file or directory in /www/www/docs/6.4.1/neutrino/lib_ref/m/mbsinit.html on line 142
Warning: main() [function.include]: Failed opening '/www/www/htdocs/style/footer.php' for inclusion (include_path='.:/www/www/common:/www/www/php/lib/php') in /www/www/docs/6.4.1/neutrino/lib_ref/m/mbsinit.html on line 142