Go to the source code of this file.
◆ HAVE_BIGINTM
◆ bigintm_setup()
Definition at line 271 of file bigintm.cc.
272{
273#ifndef HAVE_BIGINTM
274 Werror(
"bigintm_setup: Sorry BIGINTM was not compiled in!");
276#else
277
279 {
281
282
283
286
287
292
294
296
299
301 }
302 else
303 {
304 Werror(
"bigintm_setup: Sorry should NOT be run twice!");
306 }
307
308#endif
309}
int setBlackboxStuff(blackbox *bb, const char *n)
define a new type
const char * getBlackboxName(const int t)
return the name to the type given by t (r/o)
void Werror(const char *fmt,...)