open_input_file

Synopsis

    
    #include 
    #include "compiler.h"
    FILE *open_input_file(char *filename);
    

Description

This is a thin cover for fopen(), but it may be selectively replaced if a particular compiler requires a more complex search, for example.

Returns

The FILE pointer for the specified input file.

See Also

Compiler functions.

Source File

/usr/local/src/nortlib/opnifile.c

Alphabetical List
Subject List
Return to Manuals Page
webmaster@huarp.harvard.edu
Copyright 2001 by the President and Fellows of Harvard College