In file output.h:

int out_printfile

(char* fname)

Print a file.

Documentation

Print a file.

This function causes a file to be opened and its contents printed using successive calls to the print() function. Any substitution variables within the file will be expanded, and any formatting directives will be obeyed as usual.

Parameters:
- fname The filename of the file to print.
Returns:
One on success, zero if opening the file failed, in which case errno will contain the exact error.
See Also:
out_printlongfile(), out_catfile().

Alphabetic index



This page was generated with the help of DOC++.