Defined in header <stdio.h> (1) FILE *freopen( const char *filename, const char *mode,
FILE *stream ); (until C99) FILE *freopen( const char *restrict filename, const char *restrict mode,
FILE *restrict stream ); (since C99) errno_t freopen_s(FILE *restrict *restrict newstreamptr,
const char *restrict filename, const char *restrict mode,
FILE *restrict stream); (2) (since C11)
1) First, attempts