dxx-rebirth/arch/dos/include/disk.h

7 lines
70 B
C
Raw Normal View History

2006-03-20 17:12:09 +00:00
#ifndef _DISK_H
#define _DISK_H
unsigned long getdiskfree();
#endif