mirror of
https://github.com/nineties/planckforth
synced 2024-12-25 21:58:22 +01:00
Add O_CREAT to W/O and W/R
This commit is contained in:
parent
7dcd492050
commit
2629adaafe
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue