H5Pset_fapl_stdio
fn
herr_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_id | File access property list identifier |
Returns
Non-negative on success, negative on failure.