2 ** Copyright 2011, Oliver Tappe, zooey@hirschkaefer.de. All rights reserved.
3 ** Distributed under the terms of the Haiku License.
6 #include <wchar_private.h>
10 __mbsinit(const mbstate_t* ps
)
12 return ps
== NULL
|| ps
->count
== 0;
16 B_DEFINE_WEAK_ALIAS(__mbsinit
, mbsinit
);