You are given three files:
You are to write the functions declared in compareFunctions.h
The program sortMe.c uses the qsort function to sort an array of structures (the structure definition is in compareElements.h) in six different ways.
Write the six comparison functions. Put each function in a separate file and write a makefile that separately compiles them and then links them to the sortMe.c program to produce the executable sortMe.