Nut/OS  4.10.3
API Reference
fopen.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 fopen.c:

Go to the source code of this file.

Functions

FILEfopen (CONST char *name, CONST char *mode)
 Open a stream.

Variables

FILE__iob [FOPEN_MAX] = { (FILE *) 1, (FILE *) 2, (FILE *) 3 }