mirror of
https://github.com/A2osX/A2osX.git
synced 2024-11-22 00:32:44 +00:00
Kernel 0.93++
This commit is contained in:
parent
8b70172a8a
commit
b221b73227
15
INCLUDE/a2osx.h.txt
Normal file
15
INCLUDE/a2osx.h.txt
Normal file
@ -0,0 +1,15 @@
|
||||
NEW
|
||||
AUTO 3,1
|
||||
|
||||
#DEFINE O_RDONLY 1
|
||||
#DEFINE O_WRONLY 2
|
||||
#DEFINE O_RDWR 3
|
||||
#DEFINE O_TRUNC 4
|
||||
#DEFINE O_APPEND 8
|
||||
#DEFINE O_TEXT 64
|
||||
#DEFINE O_CREATE 128
|
||||
|
||||
short int fopen ( const char *filename, short int flags, short int ftype, int auxtype );
|
||||
|
||||
MAN
|
||||
SAVE include/A2osX.h
|
Loading…
Reference in New Issue
Block a user