Writing to A NON-Existing File in "C"
Ron Natalie
ron at topaz.rutgers.edu
Fri Apr 8 10:51:11 AEST 1988
Previous message (by thread):
read(2)/write(2) errno for end of 9-track tapes
Next message (by thread):
Writing to A NON-Existing File in "C"
Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Contemplate the following: fd = open("file", 1); if(fd == -1) fd = open("/dev/null", 1);
Previous message (by thread):
read(2)/write(2) errno for end of 9-track tapes
Next message (by thread):
Writing to A NON-Existing File in "C"
Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Comp.lang.c mailing list