file descriptor vs file handle

Chun Wong cwong at charlie.coyote.trw.com
Tue Feb 26 13:43:01 AEST 1991


Can someone distinguish the differences between a file descriptor and
a file handle?  I know that creat returns a file handle whereas fopen
returns a file descriptor.  What's the difference?  Are they interchangeable?

-C. Wong



More information about the Comp.lang.c mailing list