Loading...
Searching...
No Matches
Go to the documentation of this file.
13#ifndef PSPIOFILEMGR_FCNTL_H
14#define PSPIOFILEMGR_FCNTL_H
18#define PSP_O_RDONLY 0x0001
19#define PSP_O_WRONLY 0x0002
20#define PSP_O_RDWR (PSP_O_RDONLY | PSP_O_WRONLY)
21#define PSP_O_NBLOCK 0x0004
22#define PSP_O_DIR 0x0008
23#define PSP_O_APPEND 0x0100
24#define PSP_O_CREAT 0x0200
25#define PSP_O_TRUNC 0x0400
26#define PSP_O_EXCL 0x0800
27#define PSP_O_NOWAIT 0x8000