Query: iconv_close
OS: osf1
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
iconv_close(3) Library Functions Manual iconv_close(3)NAMEiconv_close - Closes a specified codeset converterLIBRARYThe iconv Library (libiconv)SYNOPSIS#include <iconv.h> int iconv_close( iconv_t cd);STANDARDSInterfaces documented on this reference page conform to industry standards as follows: iconv_close(): XSH5.0 Refer to the standards(5) reference page for more information about industry standards and associated tags.PARAMETERSSpecifies the descriptor of the converter to be closedDESCRIPTIONThe iconv_close() function closes a converter previously opened with iconv_open() and deallocates any resources used by the specified con- verter.RETURN VALUESOn successful completion, the iconv_close() function returns a value of zero. Otherwise, the function returns a value of -1 and sets errno to indicate the error.ERRORSIf the following condition occurs, the iconv_close() function sets errno to the corresponding value: The converter's file descriptor is invalid.RELATED INFORMATIONFunctions: iconv(3), iconv_open(3) Commands: genxlt(1), iconv(1) Others: iconv_intro(5), standards(5) delim off iconv_close(3)
Related Man Pages |
---|
iconv_close(3p) - centos |
iconv_close(3) - netbsd |
iconv_close(3) - osf1 |
iconv_close(3) - v7 |
iconv_close(3) - minix |
Similar Topics in the Unix Linux Community |
---|
libiconv-1.13.1 error |
No puedo borrar un renglon |
Shell script for weather / forecast |
Error message: invalid types 'bool...' (array problem) |
Help with command iconv |