Penguin
Blame: iconv_close(3)
EditPageHistoryDiffInfoLikePages
Annotated edit history of iconv_close(3) version 4, including all changes. View license author blame.
Rev Author # Line
1 perry 1 ICONV_CLOSE
2 !!!ICONV_CLOSE
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 RETURN VALUE
7 CONFORMING TO
8 SEE ALSO
9 ----
10 !!NAME
11
12
13 iconv_close - deallocate descriptor for character set conversion
14 !!SYNOPSIS
15
16
17 __#include
18 __ ''cd''__);
19 __
20 !!DESCRIPTION
21
22
23 The __iconv_close__ function deallocates a conversion
24 descriptor ''cd'' previously allocated using
25 __iconv_open__.
26 !!RETURN VALUE
27
28
29 When successful, the __iconv_close__ function returns 0.
30 In case of error, it sets ''errno'' and returns
31 -1.
32 !!CONFORMING TO
33
34
35 UNIX98
36 !!SEE ALSO
37
38
4 perry 39 iconv_open(3), iconv(3)
1 perry 40 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.