The OpenNET Project / Index page

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

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

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

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

    NAME

    getwc - get wide character from a stream
     
    

    SYNOPSIS

    #include <stdio.h>
    #include <wchar.h>
    
    wint_t getwc(FILE *stream);
    

     

    DESCRIPTION

    The getwc() function is equivalent to fgetwc(3C), except that if it is implemented as a macro it may evaluate stream more than once, so the argument should never be an expression with side effects.  

    RETURN VALUES

    Refer to fgetwc(3C).  

    ERRORS

    Refer to fgetwc(3C).  

    USAGE

    This interface is provided to align with some current implementations and with possible future ISO standards.

    Because it may be implemented as a macro, getwc() may treat incorrectly a stream argument with side effects. In particular, getwc(*f++) may not work as expected. Therefore, use of this function is not recommended; fgetwc(3C) should be used instead.  

    ATTRIBUTES

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

    ATTRIBUTE TYPEATTRIBUTE VALUE

    Interface StabilityStandard

    MT-Level

     

    SEE ALSO

    fgetwc(3C), 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
    Добавить, Поддержать, Вебмастеру