1 Star 0 Fork 4.9K

Cain / docs

forked from OpenHarmony / docs 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
iconv-h.md 4.01 KB
一键复制 编辑 原始数据 按行查看 历史
wenjun 提交于 2020-09-08 10:08 . add OpenHarmony 1.0 baseline

iconv.h

Overview

Related Modules:

IO

Description:

Declares functions related to the I/O character set conversion.

Since:

1.0

Version:

1.0

Summary

Typedefs

Typedef Name

Description

iconv_t

typedef void * 

Type of the character set conversion descriptor.

Functions

Function Name

Description

iconv_open (const char *to, const char *from)

iconv_t 

Obtain a character set conversion descriptor.

iconv (iconv_t cd, char **restrict in, size_t *restrict inb, char **restrict out, size_t *restrict outb)

size_t 

Converts a character set.

iconv_close (iconv_t cd)

int 

Closes a character set conversion descriptor.

1
https://gitee.com/cain_qin/docs.git
git@gitee.com:cain_qin/docs.git
cain_qin
docs
docs
master

搜索帮助