When will fopen fail?

Tom Kovar tom at itc.univie.ac.at
Thu Apr 18 01:31:44 AEST 1991


In article <11079 at uwm.edu> markh at csd4.csd.uwm.edu (Mark William Hopkins) writes:
>
>   Assuming all the subdirectories are there and writeable (on UNIX or
>MS-DOS), when does
>
>		     FP = fopen("...", "w");
>
>fail and return FP == NULL?

 ... file system full
 ... user quota exceeded
 ... file system mounted read only

 ... any other ideas??
							...Tom



More information about the Comp.lang.c mailing list