iconv_close(3c) 맨 페이지 - 윈디하나의 솔라나라

개요

섹션
맨 페이지 이름
검색(S)

iconv_close(3c)

iconv_close(3C)          Standard C Library Functions          iconv_close(3C)

NAME
       iconv_close - code conversion deallocation function

SYNOPSIS
       #include <iconv.h>

       int iconv_close(iconv_t cd);

DESCRIPTION
       The iconv_close() function deallocates the conversion descriptor cd and
       all  other  associated  resources allocated by the iconv_open(3C) func‐
       tion.


       If a file descriptor is used to implement the type iconv_t,  that  file
       descriptor will be closed.


       For examples using the iconv_close() function, see iconv(3C).

RETURN VALUES
       Upon  successful completion, iconv_close() returns 0; otherwise, it re‐
       turns −1 and sets errno to indicate the error.

ERRORS
       The iconv_close() function may fail if:

       EBADF    The conversion descriptor is invalid.


ATTRIBUTES
       See attributes(7) for descriptions of the following attributes:

       tab() box; cw(2.75i) |cw(2.75i) lw(2.75i) |lw(2.75i) ATTRIBUTE  TYPEAT‐
       TRIBUTE  VALUE _ Interface StabilityCommitted _ MT-LevelMT-Safe _ Stan‐
       dardSee standards(7).


SEE ALSO
       iconv(3C), iconv_open(3C), attributes(7), standards(7)


       Converting Codesets in Internationalizing and  Localizing  Applications
       in Oracle Solaris

HISTORY
       The  iconv_close() function was added to Solaris in the Solaris 2.4 re‐
       lease.

Oracle Solaris 11.4               25 Nov 2024                  iconv_close(3C)
맨 페이지 내용의 저작권은 맨 페이지 작성자에게 있습니다.
RSS ATOM XHTML 5 CSS3