source: git/Singular/ipprint.h @ 5476e83

spielwiese
Last change on this file since 5476e83 was a4b31c, checked in by Hans Schoenemann <hannes@…>, 7 years ago
use include ".." for singular related .h, p4
  • Property mode set to 100644
File size: 408 bytes
Line 
1#ifndef IPPRINT_H
2#define IPPRINT_H
3/****************************************
4*  Computer Algebra System SINGULAR     *
5****************************************/
6/*
7* ABSTRACT: interpreter: printing
8*/
9#include "kernel/structs.h"
10
11class sleftv; typedef sleftv * leftv;
12
13BOOLEAN jjPRINT(leftv res, leftv u);
14BOOLEAN jjPRINT_FORMAT(leftv res, leftv u, leftv v);
15BOOLEAN jjDBPRINT(leftv res, leftv u);
16
17#endif
18
Note: See TracBrowser for help on using the repository browser.