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