Differences between version 2 and predecessor to the previous major change of fopen(3).
Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 2 | Last edited on Thursday, August 5, 2004 12:32:15 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