xref: /freebsd/lib/libc/locale/c16rtomb_iconv.c (revision 05427f4639bcf2703329a9be9d25ec09bb782742)
1 #define	charXX_t	char16_t
2 #define	cXXrtomb	c16rtomb
3 #define	cXXrtomb_l	c16rtomb_l
4 #define	SRCBUF_LEN	2
5 #define	UTF_XX_INTERNAL	"UTF-16-INTERNAL"
6 
7 #include "cXXrtomb_iconv.h"
8