The OpenNET Project / Index page

[ новости /+++ | форум | теги | ]

Интерактивная система просмотра системных руководств (man-ов)

 ТемаНаборКатегория 
 
 [Cписок руководств | Печать]

iconv_close (3)
  • >> iconv_close (3) ( Solaris man: Библиотечные вызовы )
  • iconv_close (3) ( Русские man: Библиотечные вызовы )
  • iconv_close (3) ( Linux man: Библиотечные вызовы )
  • iconv_close (3) ( POSIX man: Библиотечные вызовы )
  •  

    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) function.

    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 returns -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(5) for descriptions of the following attributes:

    ATTRIBUTE TYPEATTRIBUTE VALUE

    Interface StabilityStandard

    MT-Level

     

    SEE ALSO

    iconv(3C), iconv_open(3C), attributes(5), standards(5)


     

    Index

    NAME
    SYNOPSIS
    DESCRIPTION
    RETURN VALUES
    ERRORS
    ATTRIBUTES
    SEE ALSO


    Поиск по тексту MAN-ов: 




    Партнёры:
    PostgresPro
    Inferno Solutions
    Hosting by Hoster.ru
    Хостинг:

    Закладки на сайте
    Проследить за страницей
    Created 1996-2024 by Maxim Chirkov
    Добавить, Поддержать, Вебмастеру