home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC-Online 1998 February
/
PCOnline_02_1998.iso
/
filesbbs
/
win95
/
ext2tool.exe
/
SRC
/
DISKIO.H
< prev
next >
Wrap
C/C++ Source or Header
|
1995-04-19
|
404b
|
9 lines
/***************************************************************************
* diskio.h - Basic disk I/O routines
*
* Copyright (C) 1995 Claus Tondering, ct@login.dknet.dk
* This file may be redistributed under the terms of the GNU Public License.
***************************************************************************/
extern int readdisk(int disk, int start, int nsect, void *buf);