iconv_close 中文man頁面
NAME
iconv_close - 關(guān)閉字符轉(zhuǎn)換描述符
總覽 (SYNOPSIS)
#include <iconv.h> int iconv_close (iconv_t cd);
描述 (DESCRIPTION)
iconv_close 函數(shù) 關(guān)閉 之前 用 iconv_open 打開的轉(zhuǎn)換 描述符, 并 釋放 為其 分配 的 空間.
返回值 (RETURN VALUE)
如果 成功, iconv_close 函數(shù) 返回 0. 如果 出錯(cuò), 函數(shù) 設(shè)置 errno 變量 同時(shí) 返回 -1.
遵循 (CONFORMING TO)
UNIX98
參見 (SEE ALSO)
iconv_open(3), iconv(3)
#p#
NAME
iconv_close - deallocate descriptor for character set conversion
SYNOPSIS
#include <iconv.h> int iconv_close(iconv_t 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)