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) FreeBSD Library Functions Manual iconv_close(3)

iconv_close - charset converter deallocation function

#include <iconv.h>

int iconv_close(iconv_t cd);

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.

Upon successful completion, iconv_close() returns 0; otherwise, it returns -1 and sets errno to indicate the error.

The iconv_close() function may fail if:
EBADF
The conversion descriptor is invalid.

iconv(3), iconv_open(3)
10 Sep 2000

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.