source: git/Singular/ipprint.h @ 06c0b3

spielwiese
Last change on this file since 06c0b3 was fb85f97, checked in by Oleksandr Motsak <motsak@…>, 13 years ago
FIX: rings are printed with details only via "print(r); " not via "r; " CHG: minor cleanup
  • Property mode set to 100644
File size: 419 bytes
Line 
1#ifndef IPPRINT_H
2#define IPPRINT_H
3/****************************************
4*  Computer Algebra System SINGULAR     *
5****************************************/
6/* $Id$ */
7/*
8* ABSTRACT: interpreter: printing
9*/
10#include <kernel/structs.h>
11
12class sleftv; typedef sleftv * leftv;
13
14BOOLEAN jjPRINT(leftv res, leftv u);
15BOOLEAN jjPRINT_FORMAT(leftv res, leftv u, leftv v);
16BOOLEAN jjDBPRINT(leftv res, leftv u);
17
18#endif
19
Note: See TracBrowser for help on using the repository browser.