E
eyalc1978
Hi
Does someone knows if fopen() is a non-blocking function in a sense
that if there isn't sufficient disk space to open a file in write mode,
then the function will not wait but fail?
I find it difficult to believe that anyone who use this function wants
the program to wait until disk space is enlarged
Does someone knows if fopen() is a non-blocking function in a sense
that if there isn't sufficient disk space to open a file in write mode,
then the function will not wait but fail?
I find it difficult to believe that anyone who use this function wants
the program to wait until disk space is enlarged