Main: README.md: Change printf format parser info

This commit is contained in:
Alex Kotov 2022-05-27 03:06:12 +03:00
parent 6d9ca8d24c
commit 9e4d32210d
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
1 changed files with 2 additions and 1 deletions

View File

@ -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