DOC HOME
SITE MAP
MAN PAGES
GNU INFO
SEARCH
PRINT BOOK
sisinit(S-osr5)
sisinit -- test for initial multibyte conversion state
Syntax
cc ...-lc
#include <wchar.h>
int sisinit(const mbstate_t *ps);
Description
If
ps
is not a null pointer,
sisinit
(S-osr5)
determines whether the pointed-to
mbstate_t
object describes an initial conversion state.
Return values
sisinit
returns nonzero if the object is in an initial conversion state; otherwise it returns 0.
Diagnostics
This function does not set
errno
.
Standards conformance
sisinit
(S-osr5)
is not part of any currently supported standard; it was developed by UNIX System Laboratories, Inc. and is maintained by The SCO Group.
© 2005 The SCO Group, Inc. All rights reserved.
SCO OpenServer Release 6.0.0 -- 02 June 2005