You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/* the line below is the only line in this file you should edit ! */
#define elem_type_sort double /* type of array to process - should be an standard type for which compares are defined eg int,unsigned, float, double etc */
#ifdef __cplusplus
extern "C" {
#endif
void yasort(elem_type_sort *x, size_t n); /* general purpose sort */