📄 puts.3s
字号:
.\" SCCSID: @(#)puts.3s 8.1 9/11/90.TH puts 3s .SH Nameputs, fputs \- put a string on a stream.SH Syntax.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.NXR "puts subroutine".NXR "fputs subroutine".NXR "stream" "putting string on"The.PN putssubroutine copies the null-terminated string.I sto the standard output stream.B stdoutand appends anew line character..PPThe.PN fputssubroutine copies the null-terminated string.I sto the named output.IR stream ..PPNeither routine copies the terminal null character..SH RestrictionsThe.PN putssubroutine appends a new line,while.PN fputsdoes not..SH See Alsofopen(3s),gets(3s),putc(3s),printf(3s),ferror(3s)fread(3s)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -