1 2 3 4 5 6 7
#include <fcntl.h> #define O_ACCMODE (O_EXEC|O_RDONLY|O_RDWR|O_SEARCH|O_WRONLY) /* POSIX(1) */