home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / cbm / nduk-v37.lha / V37 / include / libraries / dos.h < prev    next >
C/C++ Source or Header  |  1991-11-27  |  357b  |  20 lines

  1. #ifndef LIBRARIES_DOS_H
  2. #define LIBRARIES_DOS_H
  3. /*
  4. **    $Filename: libraries/dos.h $
  5. **    $Release: 2.04 Includes, V37.4 $
  6. **    $Revision: 36.2 $
  7. **    $Date: 90/07/12 $
  8. **
  9. **    Standard C header for AmigaDOS
  10. **
  11. **    (C) Copyright 1985-1991 Commodore-Amiga, Inc.
  12. **        All Rights Reserved
  13. */
  14.  
  15. #ifndef DOS_DOS_H
  16. #include "dos/dos.h"
  17. #endif
  18.  
  19. #endif /* LIBRARIES_DOS_H */
  20.