The OpenNET Project / Index page

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

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

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

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

    NAME

    fwide - set stream orientation
     
    

    SYNOPSIS

    #include <stdio.h>
    #include <wchar.h>
    
    int fwide(FILE *stream, int mode);
    

     

    DESCRIPTION

    The fwide() function determines the orientation of the stream pointed to by stream. If mode is greater than 0, the function first attempts to make the stream wide-orientated. If mode is less than 0, the function first attempts to make the stream byte-orientated. Otherwise, mode is 0 and the function does not alter the orientation of the stream.

    If the orientation of the stream has already been determined, fwide() does not change it.

    Because no return value is reserved to indicate an error, an application wishing to check for error situations should set errno to 0, then call fwide(), then check errno and if it is non-zero, assume an error has occurred.  

    RETURN VALUES

    The fwide() function returns a value greater than 0 if, after the call, the stream has wide-orientation, a value less than 0 if the stream has byte-orientation, or 0 if the stream has no orientation.  

    ERRORS

    The fwide() function may fail if:

    EBADF

    The stream argument is not a valid stream.

     

    USAGE

    A call to fwide() with mode set to 0 can be used to determine the current orientation of a stream.  

    ATTRIBUTES

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

    ATTRIBUTE TYPEATTRIBUTE VALUE

    Interface StabilityStandard

    MT-Level

     

    SEE ALSO

    attributes(5), standards(5)


     

    Index

    NAME
    SYNOPSIS
    DESCRIPTION
    RETURN VALUES
    ERRORS
    USAGE
    ATTRIBUTES
    SEE ALSO


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




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

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