The OpenNET Project / Index page

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

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

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

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

    NAME

    fputws - put wide character string on a stream
     
    

    SYNOPSIS

    #include <stdio.h> 
    #include <wchar.h> 
    
    int fputws(const wchar_t *restrict s, FILE *restrict stream);
    

     

    DESCRIPTION

    The fputws() function writes a character string corresponding to the (null-terminated) wide character string pointed to by ws to the stream pointed to by stream. No character corresponding to the terminating null wide-character code is written, nor is a NEWLINE character appended.

    The st_ctime and st_mtime fields of the file will be marked for update between the successful execution of fputws() and the next successful completion of a call to fflush(3C) or fclose(3C) on the same stream or a call to exit(2) or abort(3C).  

    RETURN VALUES

    Upon successful completion, fputws() returns a non-negative value. Otherwise, it returns -1, sets an error indicator for the stream, and sets errno to indicate the error.  

    ERRORS

    Refer to fputwc(3C).  

    ATTRIBUTES

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

    ATTRIBUTE TYPEATTRIBUTE VALUE

    Interface StabilityStandard

    MT-Level

     

    SEE ALSO

    exit(2), abort(3C), fclose(3C), fflush(3C), fopen(3C), fputwc(3C), attributes(5), standards(5)


     

    Index

    NAME
    SYNOPSIS
    DESCRIPTION
    RETURN VALUES
    ERRORS
    ATTRIBUTES
    SEE ALSO


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




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

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