Changeset c2da0a in git for Singular/utils.cc
- Timestamp:
- Apr 20, 1998, 12:05:55 PM (25 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- 365819b7d885a4cbf318e09a20d2ae8dce0b45a4
- Parents:
- b35b93807f117d1b5cb55df216eefd3920e0d91f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/utils.cc
rb35b93 rc2da0a 9 9 procinfo *iiInitSingularProcinfo(procinfov pi, char *libname, 10 10 char *procname, int line, long pos, 11 int pstatic = 0)11 BOOLEAN pstatic = FALSE) 12 12 { 13 13 pi->libname = (char *)malloc(strlen(libname)+1);
Note: See TracChangeset
for help on using the changeset viewer.