H5Pset_fapl_stdio

fnherr_t H5Pset_fapl_stdio(hid_t fapl_id)

Configures the file access property list to use the standard I/O file driver.

The stdio driver uses C standard library functions (fread, fwrite, etc.) to perform I/O to a single file.

Parameters

fapl_idFile access property list identifier

Returns

Non-negative on success, negative on failure.