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