home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Linux Cubed Series 3: Developer Tools
/
Linux Cubed Series 3 - Developer Tools.iso
/
utils
/
disk-man
/
mtools-3.000
/
mtools-3
/
mtools-3.0
/
xdf_io.h
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1996-01-31
|
174 b
|
11 lines
#ifndef MTOOLS_XDFIO_H
#define MTOOLS_XDFIO_H
#include "msdos.h"
#include "stream.h"
Stream_t *XdfOpen(struct device *dev, char *name,
int mode, char *errmsg);
#endif