iconv_close(3) — Linux manual page

NAME | LIBRARY | SYNOPSIS | DESCRIPTION | RETURN VALUE | ATTRIBUTES | STANDARDS | HISTORY | SEE ALSO

iconv_close(3)          Library Functions Manual          iconv_close(3)

NAME         top

       iconv_close - deallocate descriptor for character set conversion

LIBRARY         top

       Standard C library (libc, -lc)

SYNOPSIS         top

       #include <iconv.h>

       int iconv_close(iconv_t cd);

DESCRIPTION         top

       The iconv_close() function deallocates a conversion descriptor cd
       previously allocated using iconv_open(3).

RETURN VALUE         top

       On success, iconv_close() returns 0; otherwise, it returns -1 and
       sets errno to indicate the error.

ATTRIBUTES         top

       For an explanation of the terms used in this section, see
       attributes(7).
       ┌─────────────────────────────────────┬───────────────┬─────────┐
       │ Interface                           Attribute     Value   │
       ├─────────────────────────────────────┼───────────────┼─────────┤
       │ iconv_close()                       │ Thread safety │ MT-Safe │
       └─────────────────────────────────────┴───────────────┴─────────┘

STANDARDS         top

       POSIX.1-2008.

HISTORY         top

       glibc 2.1.  POSIX.1-2001.

SEE ALSO         top

       iconv(3), iconv_open(3)

Linux man-pages (unreleased)     (date)                   iconv_close(3)

Pages that refer to this page: iconv(3)iconv_open(3)