[libc-commits] [libc] [libc] implement `inet_aton` (PR #162651)

via libc-commits libc-commits at lists.llvm.org
Thu Oct 9 08:31:50 PDT 2025


================
@@ -26,6 +26,19 @@ add_libc_unittest(
     libc.src.arpa.inet.ntohs
 )
 
+add_libc_unittest(
+  inet_aton
+  SUITE
+    libc_arpa_inet_unittests
+  SRCS
+    inet_aton_test.cpp
+  CXX_STANDARD
+    20
----------------
lntue wrote:

Do we use C++20 features here?

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


More information about the libc-commits mailing list