Name
mbsinit function — Determines whether a state is the initial shift
state
Synopsis
int mbsinit(const mbstate_t* ps)
The mbsinit
function
returns true (nonzero) if ps
is a
null pointer or it points to an mbstate_t
object that is in the initial
shift state; otherwise, it returns false (0
).