[libc-commits] [libc] [libc] Implement strftime (PR #111305)

Michael Jones via libc-commits libc-commits at lists.llvm.org
Tue Nov 12 11:29:09 PST 2024


================
@@ -0,0 +1,208 @@
+//===-- Format specifier converter for printf -------------------*- C++ -*-===//
----------------
michaelrj-google wrote:

I'd recommend reading through the printf `int_converter`: https://github.com/llvm/llvm-project/blob/main/libc/src/stdio/printf_core/int_converter.h

It does very similar things to this file, and you may want to use similar techniques.

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


More information about the libc-commits mailing list