source: git/Singular/bigintm.h @ 295381

fieker-DuValspielwiese
Last change on this file since 295381 was 295381, checked in by Hans Schoenemann <hannes@…>, 13 years ago
blackbox types git-svn-id: file:///usr/local/Singular/svn/trunk@13738 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 450 bytes
Line 
1#include <Singular/blackbox.h>
2#include <omalloc/omalloc.h>
3#include <kernel/febase.h>
4#include <kernel/longrat.h>
5#include <Singular/subexpr.h>
6
7void bigintm_setup();
8
9char * bigintm_String(blackbox *b, void *d);
10void * bigintm_Copy(blackbox*b, void *d);
11BOOLEAN bigintm_Assign(leftv l, leftv r);
12BOOLEAN bigintm_Op2(int op, leftv res, leftv a1, leftv a2);
13BOOLEAN bigintm_OpM(int op, leftv res, leftv args);
14void bigintm_destroy(void *b, void *d);
Note: See TracBrowser for help on using the repository browser.