factor/basis/unix/statfs/netbsd/netbsd.factor

9 lines
284 B
Factor
Raw Normal View History

2008-10-20 03:27:09 -04:00
! Copyright (C) 2008 Doug Coleman.
! See http://factorcode.org/license.txt for BSD license.
2008-10-22 21:18:58 -04:00
USING: alien.syntax kernel unix.stat math unix
2008-10-20 04:01:44 -04:00
combinators system io.backend accessors alien.c-types
2008-10-22 21:18:58 -04:00
io.encodings.utf8 alien.strings unix.types unix.statfs io.files ;
2008-10-20 03:27:09 -04:00
IN: unix.statfs.netbsd
2008-10-20 05:30:01 -04:00