[libc-commits] [libc] [libc][search] implement posix `lfind` function (PR #114692)
via libc-commits
libc-commits at lists.llvm.org
Mon Nov 4 12:42:33 PST 2024
================
@@ -57,3 +57,13 @@ functions:
return_type: void
arguments:
- type: void *
+ - name: lfind
+ standards:
+ - POSIX
+ return_type: void *
+ arguments:
+ - type: void *
+ - type: void *
----------------
duncpro wrote:
Resolved by [5b4b7ca](https://github.com/llvm/llvm-project/pull/114692/commits/5b4b7ca9afbcaf1e216cd605a54fd41f1fb4108e)
https://github.com/llvm/llvm-project/pull/114692
More information about the libc-commits
mailing list