#ifndef MY_SORT #define MY_SORT // needed for the definition of ItemT #include "aux.h" #include void SortArray(ItemT A[], size_t size); #endif