COHERENT help

This page displays the COHERENT help information for freopen.

Listing of available help pages


freopen() -- Open file stream for standard I/O

#include <stdio.h>
FILE *freopen (name, type, fp)
char *name, *type; FILE *fp;