Copyright Digital Equipment Corp. All rights reserved.

fopen

   Opens a file by returning the address of a FILE structure.

   Format

     #include  <stdio.h>

     FILE *fopen  (const char *file_spec, const char *a_mode);   
                  (ANSI C)

     FILE *fopen  (const char *file_spec, const char             
                  *a_mode, . . . ); (DEC C Extension)
 


Additional information available:

Arguments       Description     Return_Values