source: git/factory/ftest/ftest_io.h @ a40e7b

spielwiese
Last change on this file since a40e7b was a40e7b, checked in by Jens Schmidt <schmidt@…>, 26 years ago
***** merge from branch `factory-gcd' to main trunk git-svn-id: file:///usr/local/Singular/svn/trunk@1333 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 818 bytes
Line 
1/* emacs edit mode for this file is -*- C++ -*- */
2/* $Id: ftest_io.h,v 1.8 1998-04-06 11:30:29 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
16void ftestReadString ( const char *, CanonicalForm & );
17void ftestReadString ( const char *, Variable & );
18void ftestReadString ( const char *, int & );
19void ftestReadString ( const char *, bool & );
20
21void ftestPrintResult ( const char * resultName, const CanonicalForm & result );
22void ftestPrintResult ( const char * resultName, const CFFList & result );
23void ftestPrintResult ( const char * resultName, const int result );
24void ftestPrintResult ( const char * resultName, const bool result );
25
26#endif /* ! INCL_FTEST_IO_H */
Note: See TracBrowser for help on using the repository browser.