The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > High Level Programming
Google UNIX.COM



Thread: Eof
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #4 (permalink)  
Old 05-10-2008
DNAx86 DNAx86 is offline
Registered User
 

Join Date: Jan 2008
Posts: 69
Quote:
Originally Posted by Franklin52 View Post
Something like this?

Code:
end_of_file = '0x04'
write(fdMutexRichieste, &end_of_file, sizeof(end_of_file));
Regards
It does not change anything
Reply With Quote