iconv_close 中文man页面

系统
iconv_close 函数 关闭 之前 用 iconv_open 打开的转换 描述符, 并 释放 为其 分配 的 空间.

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)

#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)

责任编辑:韩亚珊 来源: CMPP.net
相关推荐

2011-08-25 14:00:48

close中文man

2011-08-24 10:24:26

CLOSE中文man

2011-08-25 17:00:46

iconv_open中文man

2011-08-15 10:21:09

man中文man

2011-08-24 16:48:36

man中文man

2011-08-11 16:11:49

at中文man

2011-08-25 10:21:56

man.conf中文man

2011-08-11 15:39:39

apm中文man

2011-08-11 17:10:55

cat中文man

2011-08-11 17:35:07

chgrp中文man

2011-08-11 17:53:06

chown中文man

2011-08-11 17:59:24

chsh中文man

2011-08-11 18:07:57

cksum中文man

2011-08-11 18:19:32

col中文man

2011-08-11 18:58:08

date中文man

2011-08-12 09:17:57

deallocvt中文man

2011-08-12 09:23:16

dig中文man

2011-08-12 10:15:13

dumpkeys中文man

2011-08-12 10:41:00

file中文man

2011-08-12 11:15:27

gzip中文man
点赞
收藏

51CTO技术栈公众号