RTEMS CPU Kit with SuperCore  4.11.3
Functions
open.c File Reference

Open a File. More...

#include <sys/stat.h>
#include <fcntl.h>
#include <stdarg.h>
#include <unistd.h>
#include <rtems/libio_.h>
Include dependency graph for open.c:

Functions

int open (const char *path, int oflag,...)
 POSIX 1003.1 5.3.1 - Open a File.
 

Detailed Description

Open a File.