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.

Reply via email to