/*******************************************************************/ /* u16ports: u16 variants of wide character string functions. */ /* Copyright (C) 2017 SysDeer Technologies, LLC */ /* Released under the Standard MIT License; see COPYING.U16PORTS. */ /*******************************************************************/ #include #include int u16_mbsinit(const mbstate_t * ps) { return mbsinit(ps); }