#include "nut_io.h"
#include <errno.h>
#include <io.h>
#include <fcntl.h>
#include <stdlib.h>
#include <memdebug.h>
Go to the source code of this file.
Functions | |
FILE * | fopen (CONST char *name, CONST char *mode) |
Open a stream. | |
Variables | |
FILE * | __iob [FOPEN_MAX] = { (FILE *) 1, (FILE *) 2, (FILE *) 3 } |