source: git/Singular/ipconv.h @ 0e1846

spielwiese
Last change on this file since 0e1846 was 0e1846, checked in by Olaf Bachmann <obachman@…>, 27 years ago
This commit was generated by cvs2svn to compensate for changes in r59, which included commits to RCS files with non-trunk default branches. git-svn-id: file:///usr/local/Singular/svn/trunk@60 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 411 bytes
Line 
1#ifndef IPCONVERT_H
2#define IPCONVERT_H
3/****************************************
4*  Computer Algebra System SINGULAR     *
5****************************************/
6/*
7* ABSTRACT
8*/
9/* $Log: not supported by cvs2svn $
10*/
11#include "structs.h"
12
13int iiTestConvert (int inputType, int outputType);
14BOOLEAN iiConvert (int inputType, int outputType, int index,
15                   leftv input, leftv output);
16#endif
17
Note: See TracBrowser for help on using the repository browser.