source: git/factory/ftest/ftest_io.h @ 1110edd

fieker-DuValspielwiese
Last change on this file since 1110edd was 1110edd, checked in by Jens Schmidt <schmidt@…>, 27 years ago
* ftest_io.cc (ftestGetCanonicalForm): argument renamed from `stringF' to `canFormSpec'. Declaration adapted. git-svn-id: file:///usr/local/Singular/svn/trunk@764 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 556 bytes
Line 
1/* emacs edit mode for this file is -*- C++ -*- */
2/* $Id: ftest_io.h,v 1.3 1997-09-30 10:36:09 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 * canFormSpec );
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.