]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - lib/libc/locale/mbrtoc16_iconv.c
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / lib / libc / locale / mbrtoc16_iconv.c
1 /* $FreeBSD$ */
2 #define charXX_t        char16_t
3 #define mbrtocXX        mbrtoc16
4 #define mbrtocXX_l      mbrtoc16_l
5 #define DSTBUF_LEN      2
6 #define UTF_XX_INTERNAL "UTF-16-INTERNAL"
7
8 #include "mbrtocXX_iconv.h"