-

Changes

Jump to: navigation, search

Functions HI-TECH C FREOPEN

459 bytes added, 19:56, 31 July 2017
Created page with "<strong>FREOPEN<strong> ==SYNOPSIS== #include <stdio.h> FILE * freopen(char * name, char * mode, FILE * stream) ==DESCRIPTION== <strong>Freopen</strong>() closes the g..."
<strong>FREOPEN<strong>
==SYNOPSIS==

#include <stdio.h>

FILE * freopen(char * name, char * mode, FILE * stream)


==DESCRIPTION==
<strong>Freopen</strong>() closes the given stream (if open) then reopens the stream attached to the file described by
name. The mode of opening is given by mode. It either
returns the stream argument, if successful, or NULL if
not. See <strong>fopen</strong>() for more information.

==SEE ALSO==

fopen, fclose

Navigation menu