iconv_close - Close character conversion descriptor

Overview (SYNOPSIS)

#include <iconv.h>

int iconv_close (iconv_t cd);

 

Description (DESCRIPTION)

iconv_close before the function is turned off with the iconv_open conversion descriptor open, and releases the space allocated to it.

 

Return value (RETURN VALUE)

If successful, iconv_close function returns 0 if an error function sets errno variable returning -1.

 

Follow (CONFORMING TO)

UNIX98 

Guess you like

Origin www.cnblogs.com/fanweisheng/p/11087895.html