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: Библиотечные вызовы )

  • BSD mandoc
     

    NAME

    
    
    fwide
    
     - get/set orientation of a stream
    
     
    

    LIBRARY

    Lb libc
    
     
    

    SYNOPSIS

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

    DESCRIPTION

    The fwide ();
    function determines the orientation of the stream pointed at by Fa stream .

    If the orientation of Fa stream has already been determined, fwide ();
    leaves it unchanged. Otherwise, fwide ();
    sets the orientation of Fa stream according to Fa mode .

    If Fa mode is less than zero, Fa stream is set to byte-oriented. If it is greater than zero, Fa stream is set to wide-oriented. Otherwise, Fa mode is zero, and Fa stream is unchanged.  

    RETURN VALUES

    The fwide ();
    function returns a value according to orientation after the call of fwide (;);
    a value less than zero if byte-oriented, a value greater than zero if wide-oriented, and zero if the stream has no orientation.  

    SEE ALSO

    ferror(3), fgetc(3), fgetwc(3), fopen(3), fputc(3), fputwc(3), freopen(3), stdio(3)  

    STANDARDS

    The fwide ();
    function conforms to St -isoC-99 .


     

    Index

    NAME
    LIBRARY
    SYNOPSIS
    DESCRIPTION
    RETURN VALUES
    SEE ALSO
    STANDARDS


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




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

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