source: git/factory/ftest/ftest_io.h @ 01cd3bf

fieker-DuValspielwiese
Last change on this file since 01cd3bf was 3abd3c, checked in by Jens Schmidt <schmidt@…>, 27 years ago
* ftest_io.cc (ftestPrintResult( .., CF ), ftestPrintResult( .., int )): functions ftestPrintCanonicalForm() and ftestPrintInt() renamed to ftestPrintResult. All callers changed. Decarations adapted. git-svn-id: file:///usr/local/Singular/svn/trunk@754 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 552 bytes
Line 
1/* emacs edit mode for this file is -*- C++ -*- */
2/* $Id: ftest_io.h,v 1.2 1997-09-29 13:09:43 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
15CanonicalForm ftestGetCanonicalForm ( const char * stringF );
16Variable ftestGetVariable ( const char * stringVariable );
17
18void ftestPrintResult ( const char * resultName, const CanonicalForm & result );
19void ftestPrintResult ( const char * resultName, const int result );
20
21#endif /* ! INCL_FTEST_IO_H */
Note: See TracBrowser for help on using the repository browser.