In file output.h:

int out_printlongfile

(char* fname)

Print a file.

Documentation

Print a file.

Works exactly like out_printfile(). This function, however, puts the terminal in non-blocking mode. The user may press a special control character (Enter, New Line, Line Feed, Escape, Control-C or Control-O) to stop the transmission. The terminal is reset to its previous mode of operation after the function finishes, using inp_resetblocking(). Do not use this latter function with out_printlongfile().

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_catfile().

Alphabetic index



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