Changeset 602926 in git
- Timestamp:
- Jan 19, 2004, 7:31:33 PM (19 years ago)
- Branches:
- (u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
- Children:
- 8dde756285e55045579c2ed35f7a6458514192ac
- Parents:
- 241b061058e7977a7c88da78f369a2fc3b76e55f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/ipshell.h
r241b061 r602926 4 4 * Computer Algebra System SINGULAR * 5 5 ****************************************/ 6 /* $Id: ipshell.h,v 1.3 1 2003-12-10 17:34:29Singular Exp $ */6 /* $Id: ipshell.h,v 1.32 2004-01-19 18:31:33 Singular Exp $ */ 7 7 /* 8 8 * ABSTRACT … … 41 41 void list_cmd(int typ, const char* what, char * prefix, BOOLEAN iterate, 42 42 BOOLEAN fullname=FALSE); 43 void iiWriteMatrix(matrix im, const char *n, int dim, int spaces=0);44 43 char * iiStringMatrix(matrix im, int dim, char ch=','); 45 44 void killlocals(int v);
Note: See TracChangeset
for help on using the changeset viewer.