mirror of
https://github.com/tailix/libkernaux.git
synced 2024-11-06 10:56:30 -05:00
Main: README.md: Change printf format parser info
This commit is contained in:
parent
6d9ca8d24c
commit
9e4d32210d
1 changed files with 2 additions and 1 deletions
|
@ -57,7 +57,7 @@ zero). Work-in-progress APIs can change at any time.
|
||||||
* [ELF](/include/kernaux/elf.h) (*work in progress*)
|
* [ELF](/include/kernaux/elf.h) (*work in progress*)
|
||||||
* [Master Boot Record](/include/kernaux/mbr.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*)
|
* [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!
|
* Code from [https://github.com/mpaland/printf](https://github.com/mpaland/printf). Thank you!
|
||||||
* [Example](/examples/printf_fmt.c)
|
* [Example](/examples/printf_fmt.c)
|
||||||
* Stivale 2 (Limine) (*planned*)
|
* Stivale 2 (Limine) (*planned*)
|
||||||
|
@ -124,6 +124,7 @@ explicitly included, use `--without-all`.
|
||||||
* `--with[out]-cmdline` - command line parser
|
* `--with[out]-cmdline` - command line parser
|
||||||
* `--with[out]-ntoa` - itoa/ftoa
|
* `--with[out]-ntoa` - itoa/ftoa
|
||||||
* `--with[out]-printf` - printf
|
* `--with[out]-printf` - printf
|
||||||
|
* `--with[out]-printf-fmt` - printf format parser
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue