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