blob: 3dc676a0447ede37bde2d61992e803528ae17ef9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
.help bfflsh Sep86 imfort.bfio
.ih
NAME
bfflsh -- flush any buffered output data to disk
.ih
SYNOPSIS
.nf
integer function bfflsh (fd)
integer fd #I BFIO file descriptor of open file
.fi
.ih
DESCRIPTION
The \fIbfflsh\fR procedure flushes any buffered output data to a binary
file opened for read-write access.
.ih
RETURN VALUE
A negative status indicates failure, e.g., a write error on the file.
.ih
NOTES
If the buffer has already been flushed or the file was opened for read-only
access, \fIbfflsh\fR is a no-op.
.ih
SEE ALSO
bfwrit
.endhelp
|