Novak Elliott wrote: > 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 ? You need to use fclose(). -- Glynn Clements <[EMAIL PROTECTED]>
- close() or fclose() Novak Elliott
- Glynn Clements