spielwiese
Last change
on this file since 3ba84c was
3ba84c,
checked in by Jens Schmidt <schmidt@…>, 25 years ago
|
***** merge from branch `factory-gcd' to main trunk
git-svn-id: file:///usr/local/Singular/svn/trunk@1329 2c84dea3-7e68-4137-9b89-c4e89433aadc
|
-
Property mode set to
100644
|
File size:
794 bytes
|
Line | |
---|
1 | /* emacs edit mode for this file is -*- C++ -*- */ |
---|
2 | /* $Id: ftest_io.h,v 1.7 1998-04-06 11:08:44 schmidt Exp $ */ |
---|
3 | |
---|
4 | #ifndef INCL_FTEST_IO_H |
---|
5 | #define INCL_FTEST_IO_H |
---|
6 | |
---|
7 | //{{{ docu |
---|
8 | // |
---|
9 | // ftest_io.h - header to ftest_io.cc. |
---|
10 | // |
---|
11 | //}}} |
---|
12 | |
---|
13 | #include <factory.h> |
---|
14 | |
---|
15 | // functions to read objects from strings |
---|
16 | void ftestRead ( const char *, CanonicalForm & ); |
---|
17 | void ftestRead ( const char *, Variable & ); |
---|
18 | void ftestRead ( const char *, int & ); |
---|
19 | void ftestRead ( const char *, bool & ); |
---|
20 | |
---|
21 | void ftestPrintResult ( const char * resultName, const CanonicalForm & result ); |
---|
22 | void ftestPrintResult ( const char * resultName, const CFFList & result ); |
---|
23 | void ftestPrintResult ( const char * resultName, const int result ); |
---|
24 | void ftestPrintResult ( const char * resultName, const bool result ); |
---|
25 | |
---|
26 | #endif /* ! INCL_FTEST_IO_H */ |
---|
Note: See
TracBrowser
for help on using the repository browser.