| /*******************************************************************/ |
| /* u16ports: u16 variants of wide character string functions. */ |
| /* Copyright (C) 2017 Z. Gilboa */ |
| /* Released under the Standard MIT License; see COPYING.U16PORTS. */ |
| /*******************************************************************/ |
| |
| #include <wchar.h> |
| #include <u16ports/u16ports.h> |
| |
| int u16_mbsinit(const mbstate_t * ps) |
| { |
| return mbsinit(ps); |
| } |