Namespaces
Variants
Views
Actions

std::puts

From cppreference.com
< cpp‎ | io‎ | c
Revision as of 07:58, 27 April 2011 by WikiSysop (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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