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

Go to the source code of this file.

Functions

FILE_fdopen (int fd, CONST char *mode)
 Open a stream associated with a file, device or socket descriptor.