Synopsis
#include <cross_studio_io.h> DEBUG_FILE *debug_freopen(const char *filename, const char *mode, DEBUG_FILE *stream);
Description
debug_freopen fopens filename in the specified mode and associates the stream to it. On success stream is returned, on failure 0 is returned.
Portability
debug_freopen is an extension provided by CrossWorks C.