projects
/
btb
/
d2x.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
comments/whitespace
[btb/d2x.git]
/
misc
/
dos_disk.h
1
/* $Id: dos_disk.h,v 1.2 2003-02-18 20:35:35 btb Exp $ */
2
#ifndef _DISK_H
3
#define _DISK_H
4
5
unsigned long getdiskfree();
6
7
#endif