home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 4
/
FreshFish_May-June1994.bin
/
bbs
/
cbm
/
nduk-v37.lha
/
V37
/
include
/
libraries
/
dos.h
< prev
next >
Wrap
C/C++ Source or Header
|
1991-11-27
|
357b
|
20 lines
#ifndef LIBRARIES_DOS_H
#define LIBRARIES_DOS_H
/*
** $Filename: libraries/dos.h $
** $Release: 2.04 Includes, V37.4 $
** $Revision: 36.2 $
** $Date: 90/07/12 $
**
** Standard C header for AmigaDOS
**
** (C) Copyright 1985-1991 Commodore-Amiga, Inc.
** All Rights Reserved
*/
#ifndef DOS_DOS_H
#include "dos/dos.h"
#endif
#endif /* LIBRARIES_DOS_H */