From fcbf63e62c627deae76c1b8cb8c0876c536ed811 Mon Sep 17 00:00:00 2001 From: Jari Vetoniemi Date: Mon, 16 Mar 2020 18:49:26 +0900 Subject: Fresh start --- jni/iconv/man/iconv_close.3.html | 97 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 97 insertions(+) create mode 100644 jni/iconv/man/iconv_close.3.html (limited to 'jni/iconv/man/iconv_close.3.html') diff --git a/jni/iconv/man/iconv_close.3.html b/jni/iconv/man/iconv_close.3.html new file mode 100644 index 0000000..a393a03 --- /dev/null +++ b/jni/iconv/man/iconv_close.3.html @@ -0,0 +1,97 @@ + + + + + + +ICONV_CLOSE + + + +

ICONV_CLOSE

+NAME
+SYNOPSIS
+DESCRIPTION
+RETURN VALUE
+CONFORMING TO
+SEE ALSO
+ +
+ +

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

+ + + + + +
+

POSIX:2001

+
+ +

SEE ALSO

+ + + + + +
+

iconv_open(3) iconv(3)

+
+
+ + -- cgit v1.2.3