In file output.h:

int out_catfile

(char* fname)

Print a file verbatim.

Documentation

Print a file verbatim.

Works a bit like out_printfile(), but does not format the file before output. Substitution variables will not expand, formatting directives will be printed as-is, et cetera.

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_printfile(), out_printlongfile().

Alphabetic index



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