Runge-Kutta-Simulation/AppleX/INCLUDE/FCNTL.H

8 lines
151 B
C++
Raw Normal View History

2015-02-11 18:34:08 +00:00
#define O_RDONLY 0
#define O_WRONLY 1
#define O_RDWR 2
#define O_CREAT 0x0100
#define O_TRUNC 0x0200
#define O_EXCL 0x0400
#define O_APPEND 0x0800