iconv_close(3C) SDK R4.11 iconv_close(3C)
NAME
iconvclose - code conversion deallocation function
SYNOPSIS
#include <iconv.h>
int iconvclose(iconvt cd);
DESCRIPTION
iconvclose deallocates the conversion descriptor cd, and all data
contained within it. If a file descriptor or similar facility is
used within the descriptor, it is closed and deallocated.
Return Values
If iconvclose encounters no errors, it returns zero. Otherwise -1
is returned, and errno is set.
Errors
EBADF cd may be an invalid conversion descriptor.
REFERENCES
iconv(3C), iconvopen(3C)
Licensed material--property of copyright holder(s)