|
NAMEfputs , fputs_unlocked ,
puts —
output a line to a stream
LIBRARYStandard C Library (libc, -lc)SYNOPSIS#include <stdio.h>
int
int
int
DESCRIPTIONThe functionfputs () writes the string pointed to by
str to the stream pointed to by
stream.
The The function RETURN VALUESThe functionsfputs () and puts ()
return a nonnegative integer on success and EOF on
error.
ERRORS
The functions SEE ALSOferror(3), fputws(3), putc(3), stdio(3)STANDARDSThe functionsfputs () and puts ()
conform to ISO/IEC 9899:1990
(“ISO C90”).
Visit the GSP FreeBSD Man Page Interface. |