Handbook
Glossary
statvfs-func ( path buf -- int )
Vocabulary
unix
.
statvfs
.
macos
Inputs
path
an
object
buf
an
object
Outputs
int
an
object
Definition
USING:
alien.c-types
alien.syntax
;
IN:
unix.statvfs.macos
FUNCTION-ALIAS:
statvfs-func
int statvfs
(
c-string
path, statvfs* buf )