llvm-mos-sdk
Macros | Functions
fcntl.h File Reference

Go to the source code of this file.

Macros

#define O_RDONLY   0x01
 
#define O_WRONLY   0x02
 
#define O_RDWR   0x03
 
#define O_CREAT   0x10
 
#define O_TRUNC   0x20
 
#define O_APPEND   0x40
 
#define O_EXCL   0x80
 

Functions

int open (const char *name, int flags,...)
 
int close (int fd)
 
int creat (const char *name, unsigned mode)
 

Macro Definition Documentation

◆ O_APPEND

#define O_APPEND   0x40

◆ O_CREAT

#define O_CREAT   0x10

◆ O_EXCL

#define O_EXCL   0x80

◆ O_RDONLY

#define O_RDONLY   0x01

◆ O_RDWR

#define O_RDWR   0x03

◆ O_TRUNC

#define O_TRUNC   0x20

◆ O_WRONLY

#define O_WRONLY   0x02

Function Documentation

◆ close()

int close ( int  fd)

◆ creat()

int creat ( const char *  name,
unsigned  mode 
)

◆ open()

int open ( const char *  name,
int  flags,
  ... 
)