R_OK
#define R_OK 4 /* Test for read permission. */
#define R_OK 0x04 /* test for read permission */
#define R_OK 4 /* Test for readable. */