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

개요

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

cconv_close(3c)

cconv_close(3C)          Standard C Library Functions          cconv_close(3C)

NAME
       cconv_close  -  character  sequence  based code conversion deallocation
       function

SYNOPSIS
       #include <iconv.h>

       int cconv_close(cconv_t cd);

DESCRIPTION
       The cconv_close() function deallocates the conversion  descriptor  (cd)
       and  all  other  associated  resources  allocated by the cconv_open(3C)
       function.


       See the EXAMPLES section of cconv(3C) for examples on how  to  use  the
       function.

RETURN VALUES
       Upon  successful  completion,  0 is returned. Otherwise, -1 is returned
       and errno is set to indicate the error.

ERRORS
       The cconv_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


SEE ALSO
       cconv(3C), cconv_open(3C), cconvctl(3C), attributes(7)

HISTORY
       The  cconv_close()  function was added to Solaris in the Oracle Solaris
       11.4.0 release.

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