# 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
iconv_open (const char *to, const char *from) |
|
iconv (iconv_t cd, char **restrict in, size_t *restrict inb, char **restrict out, size_t *restrict outb) |
|
iconv_close (iconv_t cd) |