1RFIO_FFLUSH(3) Rfio Library Functions RFIO_FFLUSH(3)
2
3
4
6 rfio_fflush - flush a file
7
9 #include <sys/types.h>
10 #include "rfio_api.h"
11
12 int rfio_fflush (FILE *fp);
13
15 rfio_fflush forces a write of all buffered data for the file whose
16 descriptor fp is the one returned by rfio_fopen. The file remains
17 open.
18
20 This routine returns 0 if successful, -1 if the operation failed and
21 serrno is set appropriately.
22
24 EBADF fp is not a valid file descriptor.
25
26 SEBADVERSION Version ID mismatch.
27
29 rfio_fopen(3)
30
32 LCG Grid Deployment Team
33
34
35
36LCG $Date: 2005/03/31 13:13:02 $ RFIO_FFLUSH(3)