When will fopen fail?

Doug Gwyn gwyn at smoke.brl.mil
Fri Apr 19 02:19:14 AEST 1991


In article <1991Apr17.202735.12427 at ux1.cso.uiuc.edu> gordon at osiris.cso.uiuc.edu (John Gordon) writes:
>	Well, it could fail if the process has reached the limit of
>simultaneous open files.  Or if the filename is not valid.  Or if the
>filename is actually a device.

Or if the network link is down, or if proper access permissions are
not present, or ...

Basically, there are too many possible reasons for failure to make it
practical to worry about what they all are in detail.



More information about the Comp.lang.c mailing list