The OpenNET Project / Index page

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

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

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

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

  • BSD mandoc
     

    NAME

    
    
    toupper
    
     - lower case to upper case letter conversion
    
     
    

    LIBRARY

    Lb libc
    
     
    

    SYNOPSIS

       #include <ctype.h>
    int toupper (int c);
     

    DESCRIPTION

    The toupper ();
    function converts a lower-case letter to the corresponding upper-case letter. The argument must be representable as an Vt unsigned char or the value of EOF  

    RETURN VALUES

    If the argument is a lower-case letter, the toupper ();
    function returns the corresponding upper-case letter if there is one; otherwise the argument is returned unchanged.  

    COMPATIBILITY

    The BSD 4.4 extension of accepting arguments outside of the range of the Vt unsigned char type in locales with large character sets is considered obsolete and may not be supported in future releases. The towupper ();
    function should be used instead.  

    SEE ALSO

    ctype(3), isupper(3), towupper(3)  

    STANDARDS

    The toupper ();
    function conforms to St -isoC .


     

    Index

    NAME
    LIBRARY
    SYNOPSIS
    DESCRIPTION
    RETURN VALUES
    COMPATIBILITY
    SEE ALSO
    STANDARDS


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




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

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