[libc-commits] [libc] [libc][stdlib] Implement heap sort. (PR #98582)

Michael Jones via libc-commits libc-commits at lists.llvm.org
Fri Jul 12 10:07:35 PDT 2024


================
@@ -22,8 +22,14 @@ LLVM_LIBC_FUNCTION(void, qsort_r,
   if (array == nullptr || array_size == 0 || elem_size == 0)
----------------
michaelrj-google wrote:

this file needs to include `heap_sort.h` if it's going to use it.

https://github.com/llvm/llvm-project/pull/98582


More information about the libc-commits mailing list