?? 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 + -