xref: /freebsd/lib/libc/locale/c16rtomb_iconv.c (revision a64729f5077d77e13b9497cb33ecb3c82e606ee8)
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