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>
12 static mbstate_t internalMbState
;
13 char character
= (char)c
;
23 int byteCount
= __mbrtowc(&wc
, &character
, 1, &internalMbState
);
33 B_DEFINE_WEAK_ALIAS(__btowc
, btowc
);