Namespaces
Variants
Views
Actions

std::puts

From cppreference.com
< cpp‎ | io‎ | c
Revision as of 17:36, 2 August 2011 by P12bot (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

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