-

Changes

Jump to: navigation, search

Functions HI-TECH C FCLOSE

337 bytes added, 19:31, 31 July 2017
Created page with "<strong>FCLOSE</strong> ==SYNOPSIS== #include <stdio.h> int fclose(FILE * stream) ==DESCRIPTION== This routine closes the specified i/o stream. Stream should be a..."
<strong>FCLOSE</strong>
==SYNOPSIS==

#include <stdio.h>

int fclose(FILE * stream)


==DESCRIPTION==
This routine closes the specified i/o stream. Stream
should be a token returned by a previous call to
<strong>fopen</strong>(). NULL is returned on a successful close, EOF
otherwise.

==SEE ALSO==

fopen, fread, fwrite

Navigation menu