[libc-commits] [libc] [libc][docs] split "String Functions" into string.h, strings.h, stdlib.h, and inttypes.h (PR #118860)

Nick Desaulniers via libc-commits libc-commits at lists.llvm.org
Tue Dec 10 09:42:42 PST 2024


================
@@ -0,0 +1,13 @@
+{
+  "functions": {
+    "bzero": {
+      "posix-definition": "removed in POSIX.1-2008"
+    },
+    "bcmp": {
+      "posix-definition": "removed in POSIX.1-2008"
+    },
+    "bcopy": {
+      "posix-definition": "removed in POSIX.1-2008"
+    }
+  }
----------------
nickdesaulniers wrote:

need to add `index`, `rindex`, `strcasecmp`, and `strncasecmp`.

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


More information about the libc-commits mailing list