Functions
mod_main.cc File Reference
#include <kernel/mod2.h>
#include <Singular/mod_lib.h>
#include <Singular/blackbox.h>
#include <Singular/tok.h>
#include <Singular/ipid.h>
#include <Singular/lists.h>
#include <dlfcn.h>
#include "bigintm.h"

Go to the source code of this file.

Functions

int SI_MOD_INIT() bigintm (SModulFunctions *psModulFunctions)
 

Function Documentation

§ bigintm()

int SI_MOD_INIT() bigintm ( SModulFunctions psModulFunctions)

Definition at line 43 of file mod_main.cc.

44 {
45  psModulFunctions->iiAddCproc(currPack->libname,(char*)"printBlackboxTypes",FALSE, printBlackboxTypes0);
46  psModulFunctions->iiAddCproc(currPack->libname,(char*)"bigintm_setup",FALSE, bigintm_setup0);
47 
48  // Q: should we call 'bigintm_setup' here??!?!?
49  return MAX_TOK;
50 }
#define FALSE
Definition: auxiliary.h:95
Definition: tok.h:215
package currPack
Definition: ipid.cc:63
int(* iiAddCproc)(const char *libname, const char *procname, BOOLEAN pstatic, BOOLEAN(*func)(leftv res, leftv v))
Definition: ipid.h:71