Differences between version 3 and revision by previous author of fopen(3).
Other diffs: Previous Major Revision, Previous Revision, or view the Annotated Edit History
Newer page: | version 3 | Last edited on Thursday, August 5, 2004 12:32:53 pm | by JimSmith | Revert |
Older page: | version 1 | Last edited on Tuesday, June 4, 2002 12:24:19 am | by perry | Revert |
@@ -17,15 +17,11 @@
__#include __
-__FILE *fopen (const char *__''path''__, const char
-
*__''mode''__);
-FILE *fdopen (int__ ''fildes''__, const char
-
*__''mode''__);
-FILE *freopen (const char *__''path''__, const char
-
*__''mode''__, FILE
-
*__''stream''__);__
+__FILE *fopen (const char *__''path''__, const char *__''mode''__);__%%%
+__
FILE *fdopen (int__ ''fildes''__, const char *__''mode''__);__%%%
+__
FILE *freopen (const char *__''path''__, const char *__''mode''__, FILE *__''stream''__);__
!!DESCRIPTION
The __fopen__ function opens the file whose name is the