NEWS APPS DOCS ABOUT | ||||
Autodocs Include classes clib datatypes devices diskfont dos exec gadgets graphics hardware images intuition libraries HDW_CallBackMsgs.h amigaguide.h / .i aml.h asl.h / .i commodities.h / .i configregs.h / .i configvars.h / .i diskfont.h / .i diskfonttag.h dos.h / .i dos_lib.i dosextens.h / .i expansion.h / .i expansionbase.h / .i filehandler.h / .i gadtools.h / .i hdwrench.h iffparse.h / .i locale.h / .i lowlevel.h / .i mathffp.h mathieeedp.h mathieeesp.h mathlibrary.h / .i mathresource.h / .i nonvolatile.h / .i realtime.h / .i resource.h translator.h / .i pragma pragmas prefs proto reaction resources rexx utility workbench GuruMeditation | #ifndef LIBRARIES_MATHLIBRARY_H #define LIBRARIES_MATHLIBRARY_H /* ** $VER: mathlibrary.h 1.6 (13.7.1990) ** Includes Release 45.1 ** ** Data structure returned by OpenLibrary of: ** mathieeedoubbas.library,mathieeedoubtrans.library ** mathieeesingbas.library,mathieeesingtrans.library ** ** (C) Copyright 1987-2001 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)(); /* This structure may be extended in the future */ }; /* * Math resources may need to know when a program opens or closes this * library. The functions TaskOpenLib and TaskCloseLib are called when * a task opens or closes this library. They are initialized to point to * local initialization pertaining to 68881 stuff if 68881 resources * are found. To override the default the vendor must provide appropriate * hooks in the MathIEEEResource. If specified, these will be called * when the library initializes. */ #endif /* LIBRARIES_MATHLIBRARY_H */ Comments |
$VER: d0.se 1.14 Copyright © 2011-2024 Tobias Geijersson support at d0 dot se |