Handbook
Glossary
posix_spawn_file_actions_addopen ( file_actions intfiledes path oflag mode -- int )
Vocabulary
unix
.
process
Inputs
file_actions
an
object
intfiledes
an
object
path
an
object
oflag
an
object
mode
an
object
Outputs
int
an
object
Definition
USING:
alien.c-types
alien.syntax
unix.types
;
IN:
unix.process
FUNCTION:
int
posix_spawn_file_actions_addopen
( posix_spawn_file_actions_t* file_actions,
int
intfiledes,
char* path,
int
oflag,
mode_t
mode )