[libc-commits] [libc] [libc] Implement `search/lsearch` (PR #131431)
Connector Switch via libc-commits
libc-commits at lists.llvm.org
Mon Mar 17 09:41:26 PDT 2025
================
@@ -69,3 +69,13 @@ functions:
- type: size_t *
- type: size_t
- type: __lsearchcompare_t
+ - name: lsearch
----------------
c8ef wrote:
https://github.com/llvm/llvm-project/blob/9a65dc95133fba5e05eda3bb7b14f061d56dcd0b/libc/include/CMakeLists.txt#L238-L249
It appears that we already have this header defined?
https://github.com/llvm/llvm-project/pull/131431
More information about the libc-commits
mailing list