[libc-commits] [libc] [libc] Add strftime_l (PR #127708)

Petr Hosek via libc-commits libc-commits at lists.llvm.org
Tue Feb 18 22:33:40 PST 2025


================
@@ -150,6 +150,17 @@ add_entrypoint_object(
     libc.src.time.strftime_core.strftime_main
 )
 
+add_entrypoint_object(
+  strftime_l
+  SRCS
+    strftime_l.cpp
+  HDRS
+    strftime_l.h
+  DEPENDS
+    libc.hdr.types.size_t
+    libc.hdr.types.struct_tm
----------------
petrhosek wrote:

Done.

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


More information about the libc-commits mailing list