C Library Functions csconv_close(3) NAME csconv_close - code set conversion deallocation function SYNOPSIS #include "csconv.h" int csconv_close(csconv_t cd); DESCRIPTION The csconv_close() function deallocates the conversion descriptor cd and all other associated resources allocated by the csconv_open(3) function. If a file descriptor is used to implement the type csconv_t, that file descriptor will be closed. RETURN VALUES Upon successful completion, iconv_close() returns 0; otherwise, it returns -1 and sets errno to indicate the error. ERRORS See iconv_close(3). SEE ALSO csconv_open(3)