opensolaris man page for iconv_close

Query: iconv_close

OS: opensolaris

Section: 3c

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

iconv_close(3C) 					   Standard C Library Functions 					   iconv_close(3C)

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(3C) function. If a file descriptor is used to implement the type iconv_t, that file descriptor will be closed. For examples using the iconv_close() function, see iconv(3C).
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 | +-----------------------------+-----------------------------+ |Interface Stability |Standard | +-----------------------------+-----------------------------+ |MT-Level |MT-Safe | +-----------------------------+-----------------------------+
SEE ALSO
iconv(3C), iconv_open(3C), attributes(5), standards(5) SunOS 5.11 24 Jul 2002 iconv_close(3C)
Related Man Pages
iconv_close(3p) - centos
iconv_close(3) - netbsd
iconv.h(3head) - centos
iconv_close(3) - v7
iconv_close(3) - minix
Similar Topics in the Unix Linux Community
Help with command iconv