Merge pull request #33 from nineties/add-O_CREAT

Add O_CREAT to W/O and W/R
This commit is contained in:
Koichi NAKAMURA 2021-12-19 22:49:06 +09:00 committed by GitHub
commit 79ff253b9c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1692,8 +1692,8 @@ do-stack 16 cells + do-sp !
\ file access methods (fam)
0x00 constant R/O \ read-only
0x01 constant W/O \ write-only
0x02 constant R/W \ read-write
0x41 constant W/O \ write-only
0x42 constant R/W \ read-write
1024 constant BUFSIZE
128 constant FILENAME-MAX