2 Copyright © 2007-2013, The AROS Development Team. All rights reserved.
5 C99 function mbstowcs().
8 /*****************************************************************************
16 wchar_t * restrict pwcs,
17 const char * restrict s,
21 C99 function mbstowcs.
28 stdc.library currenlty only implements "C" locale.
37 Implemented as static inline function to adapt to changing wchar_t
40 ******************************************************************************/