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