Handbook
Glossary
popen ( command type -- void* )
Vocabulary
unix
.
ffi
Inputs
command
an
object
type
an
object
Outputs
void*
an
object
Definition
USING:
alien.c-types
alien.syntax
;
IN:
unix.ffi
LIBRARY:
libc
FUNCTION:
void*
popen
(
c-string
command,
c-string
type )