提交 250398b1 编写于 作者: B Behdad Esfahbod

Hide other bubble-sort

上级 c1e87442
...@@ -922,7 +922,7 @@ hb_bubble_sort (T *array, unsigned int len, int(*compar)(const T *, const T *), ...@@ -922,7 +922,7 @@ hb_bubble_sort (T *array, unsigned int len, int(*compar)(const T *, const T *),
} while (k); } while (k);
} }
template <typename T> inline void template <typename T> static inline void
hb_bubble_sort (T *array, unsigned int len, int(*compar)(const T *, const T *)) hb_bubble_sort (T *array, unsigned int len, int(*compar)(const T *, const T *))
{ {
hb_bubble_sort (array, len, compar, (int *) NULL); hb_bubble_sort (array, len, compar, (int *) NULL);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册