-

Changes

Jump to: navigation, search

Functions HI-TECH C FPUTS

292 bytes added, 19:51, 31 July 2017
Created page with "<strong>FPUTS</strong> ==SYNOPSIS== #include <stdio.h> int fputs(char * s, FILE * stream) ==DESCRIPTION== The null-terminated string s is written to the stream. No n..."
<strong>FPUTS</strong>
==SYNOPSIS==

#include <stdio.h>

int fputs(char * s, FILE * stream)


==DESCRIPTION==
The null-terminated string s is written to the stream.
No newline is appended (cf. <strong>puts</strong>() ). The error return
is EOF.

==SEE ALSO==

puts, fgets, fopen, fclose

Navigation menu