From 9e4d32210ddcd7f5cb43fc689091d1bc356b9d32 Mon Sep 17 00:00:00 2001 From: Alex Kotov Date: Fri, 27 May 2022 03:06:12 +0300 Subject: [PATCH] Main: README.md: Change printf format parser info --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e8eb7e6..bfda14c 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ zero). Work-in-progress APIs can change at any time. * [ELF](/include/kernaux/elf.h) (*work in progress*) * [Master Boot Record](/include/kernaux/mbr.h) (*work in progress*) * [Multiboot 2 (GRUB 2)](/include/kernaux/multiboot2.h) (*work in progress*) - * [printf format specifier](/include/kernaux/printf_fmt.h) (*stable since* **?.?.?**) + * [printf format parser](/include/kernaux/printf_fmt.h) (*stable since* **?.?.?**) * Code from [https://github.com/mpaland/printf](https://github.com/mpaland/printf). Thank you! * [Example](/examples/printf_fmt.c) * Stivale 2 (Limine) (*planned*) @@ -124,6 +124,7 @@ explicitly included, use `--without-all`. * `--with[out]-cmdline` - command line parser * `--with[out]-ntoa` - itoa/ftoa * `--with[out]-printf` - printf +* `--with[out]-printf-fmt` - printf format parser