iconv_close(3C) iconv_close(3C)
NAME
iconvclose - code conversion deallocation function
SYNOPSIS
#include <iconv.h>
int iconvclose(iconvt cd);
DESCRIPTION
The iconvclose() function deallocates the conversion descriptor cd
and all other associated resources allocated by the iconvopen() func-
tion.
The iconvclose() function will fail if:
EBADF
The conversion descriptor is invalid.
RESULT
Upon successful completion, a value of zero is returned. Otherwise a
value of -1 is returned and errno is set to indicate the error.
SEE ALSO
iconv(3C), iconvopen(3C).
Page 1 Reliant UNIX 5.44 Printed 11/98