DOKK / manpages / debian 10 / libdpm-dev / rfio_fflush.3.en
RFIO_FFLUSH(3) Rfio Library Functions RFIO_FFLUSH(3)

rfio_fflush - flush a file

#include <sys/types.h>
#include "rfio_api.h"

int rfio_fflush (FILE *fp);

rfio_fflush forces a write of all buffered data for the file whose descriptor fp is the one returned by rfio_fopen. The file remains open.

This routine returns 0 if successful, -1 if the operation failed and serrno is set appropriately.

fp is not a valid file descriptor.
Version ID mismatch.

rfio_fopen(3)

LCG Grid Deployment Team

$Date: 2005/03/31 13:13:02 $ LCG