File nut/crt/freopen.c


Included Files


Global Function freopen()

FILE* freopen ( const char* name, const char* mode, FILE* stream )
Prototyped in: nut/include/stdio.h
Calls: _fmode() nut/crt/fmode.c
  _open(), free(), malloc()