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