Changeset 41d31d in git for libpolys/resources/feFopen.cc
- Timestamp:
- Jan 10, 2012, 4:51:29 PM (12 years ago)
- Branches:
- (u'spielwiese', 'ec94ef7a30b928574c0c3daf41f6804dff5f6b69')
- 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
- File:
-
- 1 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)
Note: See TracChangeset
for help on using the changeset viewer.