RTEMS  5.1
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>

Functions

int open (const char *path, int oflag,...)
 

Detailed Description

Open a File.

Function Documentation

◆ open()

int open ( const char *  path,
int  oflag,
  ... 
)

POSIX 1003.1 5.3.1 - Open a File