当前仅显示指定条件回帖 [ 展开查看全部 ]
文件名称:
iconv-h.md
所在目录:
Openharmony v1.0 / docs / api / api-SmartVision-Devices
文件大小:
4.01 KB
下载地址:
文本预览:
# iconv.h
## **Overview**
**Related Modules:**
[IO](IO.md)
**Description:**
Declares functions related to the I/O character set conversion.
**Since:**
1.0
**Version:**
1.0
## **Summary**
## Typedefs
## Functions
## **Overview**
**Related Modules:**
[IO](IO.md)
**Description:**
Declares functions related to the I/O character set conversion.
**Since:**
1.0
**Version:**
1.0
## **Summary**
## Typedefs
Type of the character set conversion descriptor. |
## Functions
iconv_open (const char *to, const char *from) | Obtain a character set conversion descriptor. |
iconv (iconv_t cd, char **restrict in, size_t *restrict inb, char **restrict out, size_t *restrict outb) | |
iconv_close (iconv_t cd) | Closes a character set conversion descriptor. |
点赞
回复
X