If fclose(0) is called, does this close stdin?
The reason why I\'m asking this is that for some reason, stdin is being closed in my application and I cannot figure out
I think it will take it as fclose(NULL); Which should be undefined and may crash.
fclose(NULL)