dxx-rebirth/arch/dos/include/disk.h
2006-03-20 17:12:09 +00:00

7 lines
70 B
C
Executable file

#ifndef _DISK_H
#define _DISK_H
unsigned long getdiskfree();
#endif