]> gitweb.factorcode.org Git - factor.git/blob - basis/unix/statvfs/statvfs.factor
898ba167653b8a5ad49d9d9111c4d0d7f01c1fda
[factor.git] / basis / unix / statvfs / statvfs.factor
1 ! Copyright (C) 2008 Doug Coleman.
2 ! See http://factorcode.org/license.txt for BSD license.
3 USING: accessors sequences system vocabs ;
4 IN: unix.statvfs
5
6 "unix.statvfs." os name>> append require