Blame src/u16_mbsinit.c

fa3616
/*******************************************************************/
fa3616
/*  u16ports: u16 variants of wide character string functions.     */
12ee61
/*  Copyright (C) 2017  SysDeer Technologies, LLC                  */
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
}