jshyus
September 17th, 2001, 07:59 AM
there are two sets of functions that handles files. "lseek" "fseek", "read" "fread", "open" "fopen" ...
These functions have the same functionality, except one set uses file handle which is int, the other set uses FILE*. Is there any other differece other than they accept different parameters? Why do we have two sets of file handling functions?
These functions have the same functionality, except one set uses file handle which is int, the other set uses FILE*. Is there any other differece other than they accept different parameters? Why do we have two sets of file handling functions?