]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/libc/locale/c16rtomb_iconv.c
MFV r348535: 9677 panic from zio_write_gang_block() when creating dump device on...
[FreeBSD/FreeBSD.git] / lib / libc / locale / c16rtomb_iconv.c
1 /* $FreeBSD$ */
2 #define charXX_t        char16_t
3 #define cXXrtomb        c16rtomb
4 #define cXXrtomb_l      c16rtomb_l
5 #define SRCBUF_LEN      2
6 #define UTF_XX_INTERNAL "UTF-16-INTERNAL"
7
8 #include "cXXrtomb_iconv.h"