[libc-commits] [PATCH] D147464: [libc] Add {,r}index

Alex Brachet via Phabricator via libc-commits libc-commits at lists.llvm.org
Mon Apr 10 18:17:53 PDT 2023


abrachet marked an inline comment as done.
abrachet added inline comments.


================
Comment at: libc/spec/bsd_ext.td:18
         >,
+        FunctionSpec<
+            "index",
----------------
mcgrathr wrote:
> These are usually declared only in <strings.h>, not in <string.h>.
> 
Thanks. Done in commit


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D147464/new/

https://reviews.llvm.org/D147464



More information about the libc-commits mailing list