Difference between revisions of "cpp/io/c/puts"
From cppreference.com
m (1 revision: import content) |
Revision as of 14:46, 6 June 2011
Defined in header <cstdio>
|
||
int puts( char *str ); |
||
Writes character string str
and a newline to stdout
str | - | character string to be written |
non-negative number on success or Template:cpp otherwise