/* Do not modify this file. Make all of your changes to main.c instead. */ #include "program.h" #include #include static int compare_bytes( const void *pa, const void *pb ) { int a = *(char*)pa; int b = *(char*)pb; if(a0;i--) { total += data[i]; } } printf("delta result is %d\n",total); }