Namespaces
Variants
Views
Actions

Difference between revisions of "cpp/io/c/puts"

From cppreference.com
< cpp‎ | io‎ | c
 
m (1 revision: import content)

Revision as of 14:46, 6 June 2011

Template:cpp/io/c/sidebar

Defined in header <cstdio>
int puts( char *str );

Writes character string str and a newline to stdout

Template:params

str - character string to be written

Template:returns

non-negative number on success or Template:cpp otherwise

Template:see also

Template:cpp/io/c/dcl list fputsTemplate:cpp/io/c/dcl list fprintf