source: git/Singular/ipprint.h @ a79a128

spielwiese
Last change on this file since a79a128 was a79a128, checked in by Olaf Bachmann <obachman@…>, 24 years ago
* use vsnprintf, instead of vsprintf, when possible * new string and print implementation * small bug fixes in iparith.cc git-svn-id: file:///usr/local/Singular/svn/trunk@2990 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.4 1999-04-17 14:58:50 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.