Substitutes the filenamed by a file specification for the open
file addressed by a file pointer. The latter file is closed.
Format
#include <stdio.h>
FILE *freopen (const char *file_spec, const char *a_mode, FILE
*file_ptr, . . . );
Additional Information:
explode
extract