2 Copyright © 1995-2006, The AROS Development Team. All rights reserved.
5 Desc: Init of mathtrans.library
9 #include <aros/symbolsets.h>
11 #include "mathtrans_intern.h"
12 #include LC_LIBDEFS_FILE
15 #include <aros/debug.h>
18 struct Library
* MathBase
;
20 static int Init(LIBBASETYPEPTR LIBBASE
)
22 MathBase
= OpenLibrary ("mathffp.library", 0);
29 static int Expunge(LIBBASETYPEPTR LIBBASE
)
32 CloseLibrary ((struct Library
*)MathBase
);
38 ADD2EXPUNGELIB(Expunge
, 0);