Handbook
Glossary
mkdir ( path mode -- int )
Vocabulary
unix
.
ffi
Inputs
path
an
object
mode
an
object
Outputs
int
an
object
Definition
USING:
alien.c-types
alien.syntax
unix.types
;
IN:
unix.ffi
LIBRARY:
libc
FUNCTION:
int
mkdir
(
c-string
path,
mode_t
mode )