From 7311a3ea25980c98307156bb16cf9a31b9228473 Mon Sep 17 00:00:00 2001 From: Jari Vetoniemi Date: Sat, 4 Apr 2020 23:59:51 +0900 Subject: mkxp fixes --- jni/iconv/man/iconv_close.3.html | 97 ---------------------------------------- 1 file changed, 97 deletions(-) delete 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 deleted file mode 100644 index a393a03..0000000 --- a/jni/iconv/man/iconv_close.3.html +++ /dev/null @@ -1,97 +0,0 @@ - - - - - - -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