summaryrefslogtreecommitdiff
path: root/libc/test/src/search/lfind_test.cpp
AgeCommit message (Collapse)Author
2025-04-29[libc] lfind_test.cpp: put helpers in an anonymous namespace. (#137821)enh-google
This matches other tests and allows the tests to be built together (as Android is doing).
2024-11-11[libc][search] implement posix `lfind` function (#114692)Duncan
# Changes - Implement the POSIX [`lfind`](https://man7.org/linux/man-pages/man3/lsearch.3.html) function. - Put a checkmark in the [posix support table docs](https://libc.llvm.org/libc_search.html) next to `lfind`.