Question: unsigned int write_bmp(Bitmap m, char *file_name) This function accepts the bitmap struct to be written to file and the filename, and returns the number of

unsigned int write_bmp(Bitmap m, char *file_name) This function accepts the bitmap struct to be written to file and the filename, and returns the number of bytes written to file. There is useful information about the C functions above at: and The main function should free() allocated memory before returning. Test your program by reading and writing a few files. Make sure to give the written file different names than the read files so you can compare them
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
