Hi,
I am working on Solaris 2.8. I want to close all open files using fcloseall(). But, i am not able to use this function in C on Solaris. Can anyone help me in this issue?
Thanks in Advance
Regards
Ash
Printable View
Hi,
I am working on Solaris 2.8. I want to close all open files using fcloseall(). But, i am not able to use this function in C on Solaris. Can anyone help me in this issue?
Thanks in Advance
Regards
Ash
Usually those functions that come with an underscore on Windows are non-standard, but the documentation says it is ANSI.
Maybe you will find it in unistd.h otherwise I don't know.
The best things come to those who rate