The Wayback Machine - https://web.archive.org/web/20160310134509/http://en.cppreference.com/w/cpp/io/c/puts
Namespaces
Variants
Views
Actions

std::puts

From cppreference.com
< cpp‎ | io‎ | c
 
 
 
 
Defined in header <cstdio>
int puts( const char *str );

Writes character string str and a newline to stdout

[edit] Parameters

str - character string to be written

[edit] Return value

Non-negative number on success or EOF otherwise

[edit] See also

writes a character string to a file stream
(function) [edit]
prints formatted output to stdout, a file stream or a buffer
(function) [edit]
Morty Proxy This is a proxified and sanitized view of the page, visit original site.