home *** CD-ROM | disk | FTP | other *** search
- #ifndef LIBRARIES_MATHLIBRARY_H
- #define LIBRARIES_MATHLIBRARY_H
- /*
- ** $Filename: libraries/mathlibrary.h $
- ** $Release: 2.04 Includes, V37.4 $
- ** $Revision: 1.6 $
- ** $Date: 90/07/13 $
- **
- ** Data structure returned by OpenLibrary of:
- ** mathieeedoubbas.library,mathieeedoubtrans.library
- ** mathieeesingbas.library,mathieeesingtrans.library
- **
- ** (C) Copyright 1987-1991 Commodore-Amiga, Inc.
- ** All Rights Reserved
- */
-
- #ifndef EXEC_LIBRARIES_H
- #include <exec/libraries.h>
- #endif
-
- struct MathIEEEBase
- {
- struct Library MathIEEEBase_LibNode;
- unsigned char MathIEEEBase_reserved[18];
- int (*MathIEEEBase_TaskOpenLib)();
- int (*MathIEEEBase_TaskCloseLib)();
-
- };
-
-
- #endif
-