if i open a file with open(), then associate a file pointer with it using fdopen(), should i close the file with close() or fclose() ? Or doesn't it make a difference ? thanx in advance, Novak.
- Re: close() or fclose() Novak Elliott
- Re: close() or fclose() Glynn Clements