jengelh-datetimespielwiese
Last change
on this file since 188de86 was
d828d63,
checked in by Hans Schoenemann <hannes@…>, 11 years ago
|
removed MPSR stuff
|
-
Property mode set to
100644
|
File size:
569 bytes
|
Line | |
---|
1 | /**************************************** |
---|
2 | * Computer Algebra System SINGULAR * |
---|
3 | ****************************************/ |
---|
4 | /*************************************************************** |
---|
5 | * File: slInit.h |
---|
6 | * Purpose: declarations of link initialization functions |
---|
7 | * Author: obachman (Olaf Bachmann) |
---|
8 | * Created: 12/00 |
---|
9 | *******************************************************************/ |
---|
10 | #ifndef SL_INIT_H |
---|
11 | #define SL_INIT_H |
---|
12 | |
---|
13 | #include <Singular/silink.h> |
---|
14 | |
---|
15 | #ifdef HAVE_DBM |
---|
16 | si_link_extension slInitDBMExtension(si_link_extension s); |
---|
17 | #endif |
---|
18 | |
---|
19 | #endif // SL_INIT_H |
---|
Note: See
TracBrowser
for help on using the repository browser.