9 lines
190 B
C
9 lines
190 B
C
|
/* $FreeBSD$ */
|
||
|
#define charXX_t char16_t
|
||
|
#define cXXrtomb c16rtomb
|
||
|
#define cXXrtomb_l c16rtomb_l
|
||
|
#define SRCBUF_LEN 2
|
||
|
#define UTF_XX_INTERNAL "UTF-16-INTERNAL"
|
||
|
|
||
|
#include "cXXrtomb_iconv.h"
|