source: git/Singular/ipprint.h @ 666c90

spielwiese
Last change on this file since 666c90 was 416465, checked in by Olaf Bachmann <obachman@…>, 24 years ago
* bug-fixes from work with Thomas git-svn-id: file:///usr/local/Singular/svn/trunk@3826 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 423 bytes
Line 
1#ifndef IPPRINT_H
2#define IPPRINT_H
3/****************************************
4*  Computer Algebra System SINGULAR     *
5****************************************/
6/* $Id: ipprint.h,v 1.5 1999-11-15 17:20:11 obachman Exp $ */
7/*
8* ABSTRACT: interpreter: printing
9*/
10#include "structs.h"
11
12BOOLEAN jjPRINT(leftv res, leftv u);
13BOOLEAN jjPRINT_FORMAT(leftv res, leftv u, leftv v);
14BOOLEAN jjDBPRINT(leftv res, leftv u);
15#endif
16
Note: See TracBrowser for help on using the repository browser.