Changeset 41d31d in git
- Timestamp:
- Jan 10, 2012, 4:51:29 PM (12 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- cf2d9ec33dc72e574457cf0a70a7fc873d5176ff
- Parents:
- 461f404f27ec9987b968899b7005d7a2558ad4b3
- git-author:
- Martin Lee <martinlee84@web.de>2012-01-10 16:51:29+01:00
- git-committer:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-02-03 17:54:39+01:00
- Location:
- libpolys/resources
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/resources/feFopen.cc
r461f40 r41d31d 126 126 } 127 127 128 FILE * feFopen(const char *path, const char *mode) 129 { 130 return feFopen (path, mode, 0,0,0); 131 } 132 128 133 // Make sure that mode contains binary option 129 134 FILE* myfopen(const char *path, const char *mode) -
libpolys/resources/feFopen.h
r461f40 r41d31d 10 10 *****************************************************************/ 11 11 #ifdef __cplusplus 12 FILE*feFopen(const char *path, const char *mode, char *where=NULL, BOOLEAN useWerror=FALSE, BOOLEAN path_only=FALSE);13 12 13 FILE*feFopen(const char *path, const char *mode, char *where, BOOLEAN useWerror=FALSE, BOOLEAN path_only=FALSE); 14 FILE*feFopen(const char *path, const char *mode); 14 15 /* 15 16 // These are our versions of fopen and fread They are very similar to
Note: See TracChangeset
for help on using the changeset viewer.