iconv_close(3)
NAME
iconv_close − code conversion deallocation function
SYNOPSIS
#include <iconv.h>
int iconv_close(iconv_t cd);
DESCRIPTION
The iconv_close() function deallocates the conversion descriptor cd and all other associated resources allocated by the iconv_open(3) function.
If a file descriptor is used to implement the type iconv_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
The iconv_close() function may fail if:
EBADF The conversion descriptor is invalid.
ATTRIBUTES
See attributes(5) for descriptions of the following attributes:
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
| MT-Level | MT-Safe |
SEE ALSO
iconv(3), iconv_open(3), attributes(5)
SunOS 5.6 — Last change: 29 Dec 1996