Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 356 Bytes

File metadata and controls

21 lines (19 loc) · 356 Bytes
#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-1999 Amiga, Inc.
**	    All Rights Reserved
*/

#ifndef DOS_DOS_H
#include "dos/dos.h"
#endif

#endif /* LIBRARIES_DOS_H */