Changeset 5892d27 in git for Singular/febase.h
- Timestamp:
- May 4, 1998, 3:44:47 PM (25 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- 8d12f54d84624ef699ffc0096bec5d305694e9de
- Parents:
- 1242cf18a1f42937efde93c38b8bd94537726bc4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/febase.h
r1242cf r5892d27 4 4 * Computer Algebra System SINGULAR * 5 5 ****************************************/ 6 /* $Id: febase.h,v 1.1 5 1998-04-27 12:34:13 obachmanExp $ */6 /* $Id: febase.h,v 1.16 1998-05-04 13:44:47 Singular Exp $ */ 7 7 /* 8 8 * ABSTRACT … … 13 13 14 14 15 /* 15 16 // These are our versions of fopen and fread They are very similar to 16 17 // the usual fopen and fread, except that on reading, they always … … 19 20 // IMPORTANT: do only use myfopen and myfread when reading text, 20 21 // do never use fopen and fread 22 */ 21 23 #ifndef unix 22 24 extern FILE *myfopen(char *path, char *mode);
Note: See TracChangeset
for help on using the changeset viewer.