Query: puts
OS: v7
Section: 3s
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
PUTS(3S) PUTS(3S)NAMEputs, fputs - put a string on a streamSYNOPSIS#include <stdio.h> puts(s) char *s; fputs(s, stream) char *s; FILE *stream;DESCRIPTIONPuts copies the null-terminated string s to the standard output stream stdout and appends a newline character. Fputs copies the null-terminated string s to the named output stream. Neither routine copies the terminal null character.SEE ALSOfopen(3), gets(3), putc(3), printf(3), ferror(3) fread(3) for fwriteBUGSPuts appends a newline, fputs does not, all in the name of backward compatibility. PUTS(3S)
Related Man Pages |
---|
puts(3) - redhat |
fputs(3) - debian |
putc(3) - debian |
fputc(3) - centos |
putchar(3) - centos |
Similar Topics in the Unix Linux Community |
---|
Automated FTP task |
read n number of inputs |
limiting data inputs for the user |
Storing user inputs into a file |
[Solved] How to refer more than 9 command line inputs for a scripts in korn shell? |