The OpenNET Project / Index page

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

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

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

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

    NAME

    puts, fputs - put a string on a stream
     
    

    SYNOPSIS

    #include <stdio.h>
    
    int puts(const char *s);
    

    int fputs(const char *s, FILE *stream);
    

     

    DESCRIPTION

    The puts() function writes the string pointed to by s, followed by a NEWLINE character, to the standard output stream stdout (see Intro(3)). The terminating null byte is not written.

    The fputs() function writes the null-terminated string pointed to by s to the named output stream. The terminating null byte is not written.

    The st_ctime and st_mtime fields of the file will be marked for update between the successful execution of fputs() 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

    On successful completion, both functions return the number of bytes written; otherwise they return EOF and set errno to indicate the error.  

    ERRORS

    Refer to fputc(3C).  

    USAGE

    Unlike puts(), the fputs() function does not write a NEWLINE character at the end of the string.  

    ATTRIBUTES

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

    ATTRIBUTE TYPEATTRIBUTE VALUE

    Interface StabilityStandard

    MT-Level

     

    SEE ALSO

    exit(2), write(2), Intro(3), abort(3C), fclose(3C), ferror(3C), fflush(3C), fopen(3C), fputc(3C), printf(3C), stdio(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
    Добавить, Поддержать, Вебмастеру