Go to the source code of this file.
◆ bigintm_setup()
Definition at line 276 of file bigintm.cc.
279 Werror(
"bigintm_setup: Sorry BIGINTM was not compiled in!");
283 if( bigintm_type_id == -1 )
285 blackbox *
b=(blackbox*)
omAlloc0(
sizeof(blackbox));
289 b->blackbox_destroy=bigintm_destroy;
290 b->blackbox_String=bigintm_String;
293 b->blackbox_Copy=bigintm_Copy;
294 b->blackbox_Assign=bigintm_Assign;
295 b->blackbox_Op1=bigintm_Op1;
296 b->blackbox_Op2=bigintm_Op2;
298 b->blackbox_OpM=bigintm_OpM;
302 Print(
"bigintm_setup: created a blackbox type [%d] '%s'",bigintm_type_id,
getBlackboxName(bigintm_type_id));
309 Werror(
"bigintm_setup: Sorry should NOT be run twice!");