<iconv.h>

The <iconv.h> include file declares the iconv_open, iconv, and iconv_close functions to convert characters from one character set definition to another. The ICONV utility also uses these functions.

<iconv.h> also declares the iconv_t type, which is a pointer to an object capable of storing the information about the opened converters used.