c:io:puts From C++ Reference previous page next page puts Syntax: #include <cstdio> int puts( char *str ); The function puts() writes str to stdout. puts() returns non-negative on success, or EOF on failure. Related Topics: fputs, gets, printf, putc previous page start next page