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