home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 138.lha / Iff_Archiver / includes.c < prev    next >
C/C++ Source or Header  |  1986-11-20  |  530b  |  22 lines

  1. /* iffar - archiver includes.c - for Manx +H +I options to precompile includes */
  2.  
  3. /* iffar - IFF CAT archiver includes.c for include precompile
  4.  
  5.    By Karl Lehenbauer, version 1.2, release date 5/9/88.
  6.    This code is released to the public domain.
  7.    See the README file for more information.
  8.  
  9. */
  10.  
  11. #include <exec/types.h>
  12. #include <exec/memory.h>
  13. #include <exec/nodes.h>
  14. #include <exec/lists.h>
  15. /* #include <devices/audio.h> */
  16. #include <fcntl.h>
  17. #include <stdio.h>
  18. #include "assert.h"
  19. #include "iff.h"
  20.  
  21. /* end of includes.c */
  22.