Factor Documentation
|
Home
|
Glossary
|
Search
factorcode.org
open-file ( path flags mode -- fd )
Vocabulary
unix
Inputs and outputs
path
an
object
flags
an
object
mode
an
object
fd
an
object
Definition
USING:
system
;
IN:
unix
HOOK:
open-file
os
( path flags mode -- fd )
Methods
USING:
system
unix
unix.ffi
;
M:
linux
open-file
[
open64
]
unix-system-call
;
USING:
system
unix
unix.ffi
;
M:
unix
open-file
[
open
]
unix-system-call
;