Changeset 8dde75 in git
- Timestamp:
- Jan 20, 2004, 4:16:27 PM (19 years ago)
- Branches:
- (u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
- Children:
- 02da1e214204d265d3630b6f20cffc2ee0c7b979
- Parents:
- 602926e50df3b2e5c89836d5e5a9c32863a4cdcf
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/ipshell.h
r602926 r8dde75 4 4 * Computer Algebra System SINGULAR * 5 5 ****************************************/ 6 /* $Id: ipshell.h,v 1.3 2 2004-01-19 18:31:33 SingularExp $ */6 /* $Id: ipshell.h,v 1.33 2004-01-20 15:16:27 bricken 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 char * iiStringMatrix(matrix im, int dim, char ch=',');43 //char * iiStringMatrix(matrix im, int dim, char ch=','); 44 44 void killlocals(int v); 45 45 int exprlist_length(leftv v);
Note: See TracChangeset
for help on using the changeset viewer.