home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Frozen Fish 1: Amiga
/
FrozenFish-Apr94.iso
/
bbs
/
cbm
/
os-include.lha
/
os-include
/
libraries
/
filehandler.h
< prev
next >
Wrap
C/C++ Source or Header
|
1993-10-15
|
371b
|
18 lines
#ifndef LIBRARIES_FILEHANDLER_H
#define LIBRARIES_FILEHANDLER_H
/*
** $VER: filehandler.h 36.2 (12.7.90)
** Includes Release 40.15
**
** device and file handler specific code for AmigaDOS
**
** (C) Copyright 1986-1993 Commodore-Amiga, Inc.
** All Rights Reserved
*/
#ifndef DOS_FILEHANDLER_H
#include "dos/filehandler.h"
#endif
#endif /* LIBRARIES_FILEHANDLER_H */