#ifndef MERGEPAR_H #define MERGEPAR_H void merge_sort_par(int* array, unsigned s); #endif