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
RevLine 
[0e1846]1#ifndef IPPRINT_H
2#define IPPRINT_H
3/****************************************
4*  Computer Algebra System SINGULAR     *
5****************************************/
[341696]6/* $Id$ */
[0e1846]7/*
[6ae4f5]8* ABSTRACT: interpreter: printing
[0e1846]9*/
[599326]10#include <kernel/structs.h>
[0e1846]11
[fb85f97]12class sleftv; typedef sleftv * leftv;
13
[a79a128]14BOOLEAN jjPRINT(leftv res, leftv u);
[0e1846]15BOOLEAN jjPRINT_FORMAT(leftv res, leftv u, leftv v);
[a79a128]16BOOLEAN jjDBPRINT(leftv res, leftv u);
[fb85f97]17
[0e1846]18#endif
19
Note: See TracBrowser for help on using the repository browser.