#include <cstdio> int puts( char *str );
The function puts() writes str to stdout. puts() returns non-negative on success, or EOF on failure.