home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AMIGA PD 1
/
AMIGA-PD-1.iso
/
Programme_zum_Heft
/
Programmieren
/
Kurztests
/
PascalPCQ
/
Include
/
Utils
/
MathTransUtils.i
< prev
next >
Wrap
Text File
|
1990-08-28
|
499b
|
22 lines
{
MathTransUtils.i for PCQ Pascal
A few routines to make using the MathTrans library
a little easier. OpenMathTrans attempts to open the
library, and returns TRUE if nothing went wrong.
CloseMathTrans is the same as CloseLibrary(...), but
FlushMathTrans will close the library AND cause it to
be removed from memory, if no one else is currently
using it.
}
Function OpenMathTrans : Boolean;
External;
Procedure CloseMathTrans;
External;
Procedure FlushMathTrans;
External;