Namespaces
Variants
Views
Actions

std::puts

From cppreference.com
< cpp‎ | io‎ | c
Revision as of 08:28, 14 May 2012 by P12 (Talk | contribs)

Template:cpp/io/c/sidebar

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

Writes character string str and a newline to stdout

Parameters

str - character string to be written

Return value

Non-negative number on success or EOF otherwise

See also

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