dxx-rebirth/misc/dos_disk.h
2006-03-20 17:12:09 +00:00

8 lines
136 B
C
Executable file

/* $Id: dos_disk.h,v 1.1.1.1 2006/03/17 19:58:53 zicodxx Exp $ */
#ifndef _DISK_H
#define _DISK_H
unsigned long getdiskfree();
#endif