source: git/Singular/bigintm.h @ 3542f7

spielwiese
Last change on this file since 3542f7 was 115639, checked in by Oleksandr Motsak <motsak@…>, 13 years ago
ADD: call bigintm_setup using system("bigintm_setup"); (due to extra.cc) ADD: bigintm_setup should better return BOOLEAN ADD: better development prints for blackbox objects ADD: save static type (bigintm) ID From: Oleksandr Motsak <motsak@mathematik.uni-kl.de> git-svn-id: file:///usr/local/Singular/svn/trunk@13910 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 70 bytes
Line 
1#ifndef BIGINTM_H
2#define BIGINTM_H
3
4BOOLEAN bigintm_setup();
5
6#endif
Note: See TracBrowser for help on using the repository browser.