/sys$common/syshlp/helplib.hlb CRTL, freopen *Conan The Librarian |
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) :
|