#ifndef CONFLICTING_C #define CONFLICTING_C void setBounds(int lower, int upper); int countBetween(int List[], int Size); int findMax(int List[], int Size); #endif