Kernel 0.93++

This commit is contained in:
Rémy GIBERT 2020-02-08 22:31:22 +01:00
parent 8b70172a8a
commit b221b73227
1 changed files with 15 additions and 0 deletions

15
INCLUDE/a2osx.h.txt Normal file
View 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