projects
/
btb
/
d2x.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
moved utility to utilities to avoid conflict with c++ std lib <utility>
[btb/d2x.git]
/
misc
/
dos_disk.h
1
#ifndef _DISK_H
2
#define _DISK_H
3
4
unsigned long getdiskfree();
5
6
#endif