Bindings.HDF5.Raw.H5FD.StdIO
h5p_set_fapl_stdio :: HId_t -> IO HErr_t Source #
Modify the file access property list to use the H5FD_STDIO driver. There are no driver-specific properties.
herr_t H5Pset_fapl_stdio(hid_t fapl_id);
p_H5Pset_fapl_stdio :: FunPtr (HId_t -> IO HErr_t) Source #