std::puts
From cppreference.com
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