NAME

iconv_close - 關閉字元轉換描述符
 

總覽 (SYNOPSIS)

#include <iconv.h>
 
int iconv_close (iconv_t cd);
 

描述 (DESCRIPTION)

iconv_close 函式 關閉 之前 用 iconv_open 開啟的 轉換 描述符, 並 釋放 為其 分配 的 空間.
 

返回值 (RETURN VALUE)

如果 成功, iconv_close 函式 返回 0. 如果 出錯, 函式 設定 errno 變數 同時 返回 -1.
 

遵循 (CONFORMING TO)

UNIX98
 

參見 (SEE ALSO)

iconv_open(3), iconv(3)
 

[中文版維護人]

唐友 <[email protected]>

[中文版最新更新]

2002/3/21

[中國Linux論壇man手冊頁翻譯計劃]

http://cmpp.linuxforum.net

本頁面中文版由中文 man 手冊頁計劃提供。
 
中文 man 手冊頁計劃: https://github.com/man-pages-zh/manpages-zh

Recommended readings

Pages related to iconv_close you should read also: