home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 5
/
FreshFish_July-August1994.bin
/
useful
/
dist
/
cbm
/
v37
/
include
/
libraries
/
filehandler.h
< prev
next >
Wrap
C/C++ Source or Header
|
1991-11-27
|
425b
|
20 lines
#ifndef LIBRARIES_FILEHANDLER_H
#define LIBRARIES_FILEHANDLER_H
/*
** $Filename: libraries/filehandler.h $
** $Release: 2.04 Includes, V37.4 $
** $Revision: 36.2 $
** $Date: 90/07/12 $
**
** device and file handler specific code for AmigaDOS
**
** (C) Copyright 1986-1991 Commodore-Amiga, Inc.
** All Rights Reserved
*/
#ifndef DOS_FILEHANDLER_H
#include "dos/filehandler.h"
#endif
#endif /* LIBRARIES_FILEHANDLER_H */