From 67bd18d582a67e96794a6832d0db5f444927f9df Mon Sep 17 00:00:00 2001 From: Alex Kotov Date: Fri, 27 May 2022 02:35:59 +0300 Subject: [PATCH] Main: README.md: reorder --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 63fe73f..987a44b 100644 --- a/README.md +++ b/README.md @@ -57,13 +57,13 @@ 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) + * Code from [https://github.com/mpaland/printf](https://github.com/mpaland/printf). Thank you! + * [Example](/examples/printf_fmt.c) * Stivale 2 (Limine) (*planned*) * Utilities * [Measurement units utils](/include/kernaux/units.h) (*work in progress*) * [To human](/examples/units_human.c) - * [printf format parser](/include/kernaux/printf_fmt.h) - * Code from [https://github.com/mpaland/printf](https://github.com/mpaland/printf). Thank you! - * [Example](/examples/printf_fmt.c) * Usual functions * [libc replacement](/include/kernaux/libc.h) (*stable since* **0.1.0**) * [itoa/ftoa replacement](/include/kernaux/ntoa.h) (*stable since* **0.1.0**)