Copyright Digital Equipment Corp. All rights reserved.

freopen

   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 available:

Arguments       Description     Return_Values