Penguin

Differences between current version and revision by previous author of freopen(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 10:23:19 am by JimSmith
Older page: version 1 Last edited on Tuesday, June 4, 2002 12:24:20 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 
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.