Kernel 0.94

This commit is contained in:
Rémy GIBERT 2020-08-02 15:03:04 +02:00
parent fbaa06a3af
commit 1c7bfebf81
1 changed files with 0 additions and 15 deletions

View File

@ -1,15 +0,0 @@
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 *, short int, short int, int );
MAN
TEXT include/A2osX.h