Linux——puts

puts

1 头文件:#include<stdio.h>
2 函数原型:int puts(const char *string);
3 功能:向控制台输出一串字符串,即送一字符串到stdout中
4 参数:字符串指针,输入可以是字符串数组,也可以是字符串常量

  

猜你喜欢

转载自www.cnblogs.com/sunbines/p/9364892.html