My Project
Loading...
Searching...
No Matches
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 "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 41 of file mod_main.cc.

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