source: git/Singular/ipconv.h @ 4bada2

fieker-DuValspielwiese
Last change on this file since 4bada2 was cd73d1, checked in by Hans Schoenemann <hannes@…>, 8 years ago
const for some tables
  • Property mode set to 100644
File size: 532 bytes
RevLine 
[0e1846]1#ifndef IPCONVERT_H
2#define IPCONVERT_H
3/****************************************
4*  Computer Algebra System SINGULAR     *
5****************************************/
6/*
[6ae4f5]7* ABSTRACT: interpreter: converting types
[0e1846]8*/
[599326]9#include <kernel/structs.h>
[73f3ca7]10#include <Singular/table.h>
[0e1846]11
[cd73d1]12int iiTestConvert (int inputType, int outputType, const struct sConvertTypes *dCT=dConvertTypes);
[0e1846]13BOOLEAN iiConvert (int inputType, int outputType, int index,
[cd73d1]14                   leftv input, leftv output, const struct sConvertTypes *dCT=dConvertTypes);
[0e1846]15#endif
16
Note: See TracBrowser for help on using the repository browser.