projects
/
dss.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
dss-0.0.3.
[dss.git]
/
df.h
1
struct
disk_space
{
2
unsigned
total_mb
;
3
unsigned
free_mb
;
4
unsigned
percent_free
;
5
unsigned
percent_free_inodes
;
6
};
7
8
int
get_disk_space
(
const char
*
path
,
struct
disk_space
*
result
);
9