mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-18 15:30:21 +00:00
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"
|