Write entire file: Difference between revisions

Content deleted Content added
Line 127:
// setvbuf(file,bigBuffer,_IOFBF,BIG_BUFFER_SIZE);
// }
//
// Of course, you should release the malloc allocated buffer somewhere.
// Otherwise, bigBuffer will be released after the end of the program.
 
 
if ( file != NULL )