mbsinit(3C) mbsinit(3C)
NAME
mbsinit - initial shift state
SYNOPSIS
#include <wchar.h>
int mbsinit(const mbstatet *ps);
DESCRIPTION
If ps is not a null pointer, the mbsinit() function determines whether
the pointed-to mbstatet object describes an initial shift state.
RETURN VALUES
The mbsinit() function returns nonzero if ps is a null pointer or if
the pointed-to object describes an initial shift state; otherwise, it
returns zero.
SEE ALSO
btowc(3C), wctob(3C), wchar(5).
Page 1 Reliant UNIX 5.44 Printed 11/98