source: git/Singular/slInit.h @ d828d63

spielwiese
Last change on this file since d828d63 was d828d63, checked in by Hans Schoenemann <hannes@…>, 12 years ago
removed MPSR stuff
  • Property mode set to 100644
File size: 569 bytes
RevLine 
[6b32990]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
[599326]13#include <Singular/silink.h>
[6b32990]14
15#ifdef HAVE_DBM
16si_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.