Nut/OS  4.10.3
API Reference
freopen.c File Reference
#include "nut_io.h"
#include <errno.h>
#include <io.h>
#include <fcntl.h>
#include <stdlib.h>
#include <memdebug.h>
Include dependency graph for freopen.c:

Go to the source code of this file.

Functions

FILEfreopen (CONST char *name, CONST char *mode, FILE *stream)
 Reassign a stream.