home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / C / BC_DICE2.DMS / in.adf / INCLUDE / libraries / mathlibrary.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-01-10  |  669 b   |  32 lines

  1. #ifndef LIBRARIES_MATHLIBRARY_H
  2. #define LIBRARIES_MATHLIBRARY_H
  3. /*
  4. ** $Filename: libraries/mathlibrary.h $
  5. ** $Release: 2.04 Includes, V37.4 $
  6. ** $Revision: 1.6 $
  7. ** $Date: 90/07/13 $
  8. **
  9. ** Data structure returned by OpenLibrary of:
  10. ** mathieeedoubbas.library,mathieeedoubtrans.library
  11. ** mathieeesingbas.library,mathieeesingtrans.library
  12. **
  13. ** (C) Copyright 1987-1991 Commodore-Amiga, Inc.
  14. ** All Rights Reserved
  15. */
  16.  
  17. #ifndef EXEC_LIBRARIES_H
  18. #include <exec/libraries.h>
  19. #endif
  20.  
  21. struct MathIEEEBase
  22. {
  23.  struct Library MathIEEEBase_LibNode;
  24.  unsigned char MathIEEEBase_reserved[18];
  25.  int (*MathIEEEBase_TaskOpenLib)();
  26.  int (*MathIEEEBase_TaskCloseLib)();
  27.  
  28. };
  29.  
  30.  
  31. #endif 
  32.