The OpenNET Project / Index page

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

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

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

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

    NAME

    ferror, feof, clearerr, fileno - stream status inquiries
     
    

    SYNOPSIS

    #include <stdio.h>
    
    int ferror(FILE *stream);
    

    int feof(FILE *stream);
    

    void clearerr(FILE *stream);
    

    int fileno(FILE *stream);
    

     

    DESCRIPTION

    The ferror() function returns a non-zero value when an error has previously occurred reading from or writing to the named stream (see Intro(3)). It returns 0 otherwise.

    The feof() function returns a non-zero value when EOF has previously been detected reading the named input stream. It returns 0 otherwise.

    The clearerr() function resets the error indicator and EOF indicator to 0 on the named stream.

    The fileno() function returns the integer file descriptor associated with the named stream; see open(2).  

    ATTRIBUTES

    See attributes(5) for descriptions of the following attributes:

    ATTRIBUTE TYPEATTRIBUTE VALUE

    Interface StabilityStandard

    MT-Level

     

    SEE ALSO

    open(2), Intro(3), fopen(3C), stdio(3C), attributes(5), standards(5)


     

    Index

    NAME
    SYNOPSIS
    DESCRIPTION
    ATTRIBUTES
    SEE ALSO


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




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

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