ICONVCLOSE(3) Linux Programmer's Manual ICONVCLOSE(3)
NAME
iconvclose - deallocate descriptor for character set conversion
SYNOPSIS
##include <>
int iconvclose (iconvt cd);;
DESCRIPTION
The iconvclose function deallocates a conversion descriptor cd previ-
ously allocated using iconvopen.
RETURN VALUE
When successful, the iconvclose function returns 0. In case of error,
it sets errno and returns -1.
CONFORMING TO
UNIX98
SEE ALSO
iconvopen(3), iconv(3)
GNU November 27, 1999 ICONVCLOSE(3)
|