source: git/factory/ftest/ftest_io.h @ 3ba84c

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
16void ftestRead ( const char *, CanonicalForm & );
17void ftestRead ( const char *, Variable & );
18void ftestRead ( const char *, int & );
19void ftestRead ( 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.