There is an undocumented feature: we can use NC_UDFx flags in the nc_open() open mode and it will work.
I put this in the code, but neglected to document.
I have a PR up now which confirms this functionality with a test, and documents it.
No library changes are needed, just better documentation.
There is an undocumented feature: we can use NC_UDFx flags in the nc_open() open mode and it will work.
I put this in the code, but neglected to document.
I have a PR up now which confirms this functionality with a test, and documents it.
No library changes are needed, just better documentation.