puts.3s
来自「unix v7是最后一个广泛发布的研究型UNIX版本」· 3S 代码 · 共 46 行
3S
46 行
.TH PUTS 3S .SH NAMEputs, fputs \- put a string on a stream.SH SYNOPSIS.B #include <stdio.h>.PP.B puts(s).br.B char *s;.PP.B fputs(s, stream).br.B char *s;.br.SM.B FILE.B *stream;.SH DESCRIPTION.I Putscopies the null-terminated string.I sto the standard output stream.I stdoutand appends anewline character..PP.I Fputscopies the null-terminated string.I sto the named output.IR stream ..PPNeither routine copies the terminal null character..SH "SEE ALSO"fopen(3), gets(3),putc(3), printf(3),ferror(3).brfread(3) for.I fwrite.SH BUGS.I Putsappends a newline,.I fputsdoes not, all in the name of backward compatibility.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?