GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
ICONV_CLOSE(3) Linux Programmer's Manual ICONV_CLOSE(3)

iconv_close - deallocate descriptor for character set conversion

#include <iconv.h>

int iconv_close (iconv_t cd);

The iconv_close function deallocates a conversion descriptor cd previously allocated using iconv_open.

When successful, the iconv_close function returns 0. In case of error, it sets errno and returns -1.

POSIX:2001

iconv_open(3) iconv(3)
March 31, 2007 GNU

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.