语法:
#include <cstdio> int puts( char *str );
函数puts()将字符串str写入stdout, 然后写入一个换行符。成功时puts()返回非负值,失败返回EOF。
相关主题: fputs, gets, printf, putc