Penguin
Note: You are viewing an old revision of this page. View the current version.

ICONV_CLOSE

ICONV_CLOSE

NAME SYNOPSIS DESCRIPTION RETURN VALUE CONFORMING TO SEE ALSO


NAME

iconv_close - deallocate descriptor for character set conversion

SYNOPSIS

#include cd);

DESCRIPTION

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

RETURN VALUE

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

  • 1.

CONFORMING TO

UNIX98

SEE ALSO

__iconv_open__(3)?, iconv(3)


This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.