Functions HI-TECH C FPUTS

FPUTS

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. puts() ). The error return is EOF.

SEE ALSO

puts, fgets, fopen, fclose