nag_write_line (x04bac) may be used to write to files opened with nag_open_file (x04acc).
4
References
None.
5
Arguments
1:
– Nag_FileIDInput
On entry: the identifier of the file to be written to. This must have been returned by a call of nag_open_file (x04acc).
2:
– const char *Input
On entry: a character-string. This is written to the external file as a single record. Trailing blanks are not output, except that if line is entirely blank, a single blank character is output.
6
Error Indicators and Warnings
None.
7
Accuracy
Not applicable.
8
Parallelism and Performance
nag_write_line (x04bac) is not threaded in any implementation.