]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/libc/locale/c32rtomb_iconv.c
MFV CK@r336629: Import CK as of commit 1c1f9901c2dea7a883342cd03d3906a1bc482583
[FreeBSD/FreeBSD.git] / lib / libc / locale / c32rtomb_iconv.c
1 /* $FreeBSD$ */
2 #define charXX_t        char32_t
3 #define cXXrtomb        c32rtomb
4 #define cXXrtomb_l      c32rtomb_l
5 #define SRCBUF_LEN      1
6 #define UTF_XX_INTERNAL "UTF-32-INTERNAL"
7
8 #include "cXXrtomb_iconv.h"