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