Runge-Kutta-Simulation/AppleX/INCLUDE/FCNTL.H
2015-02-11 19:34:08 +01:00

8 lines
151 B
C

#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