source: git/Singular/ipprint.h @ e57255

fieker-DuValspielwiese
Last change on this file since e57255 was 6ce030f, checked in by Oleksandr Motsak <motsak@…>, 12 years ago
removal of the $Id$ svn tag from everywhere NOTE: the git SHA1 may be used instead (only on special places) NOTE: the libraries Singular/LIB/*.lib still contain the marker due to our current use of svn
  • Property mode set to 100644
File size: 408 bytes
RevLine 
[0e1846]1#ifndef IPPRINT_H
2#define IPPRINT_H
3/****************************************
4*  Computer Algebra System SINGULAR     *
5****************************************/
6/*
[6ae4f5]7* ABSTRACT: interpreter: printing
[0e1846]8*/
[599326]9#include <kernel/structs.h>
[0e1846]10
[fb85f97]11class sleftv; typedef sleftv * leftv;
12
[a79a128]13BOOLEAN jjPRINT(leftv res, leftv u);
[0e1846]14BOOLEAN jjPRINT_FORMAT(leftv res, leftv u, leftv v);
[a79a128]15BOOLEAN jjDBPRINT(leftv res, leftv u);
[fb85f97]16
[0e1846]17#endif
18
Note: See TracBrowser for help on using the repository browser.