#ifndef WSP_SORT_UNSTABLE_H #define WSP_SORT_UNSTABLE_H void wsp_sort_unstable_ascending(const unsigned long input_count, unsigned long *input); void wsp_sort_unstable_descending(const unsigned long input_count, unsigned long *input); #endif