J
jacob navia
Does anyone know here about any fopen argument extensions?
I mean ways of specifying to fopen that the file should be shareable, or
similar flags in the fopen argument. For instance:
fopen("foo.txt","rsb");
would mean shareable file with "rb" flags.
I would like to know the "previous art" in this domain
thanks
I mean ways of specifying to fopen that the file should be shareable, or
similar flags in the fopen argument. For instance:
fopen("foo.txt","rsb");
would mean shareable file with "rb" flags.
I would like to know the "previous art" in this domain
thanks