Improve README.md

This commit is contained in:
Alex Kotov 2021-12-15 05:12:04 +05:00
parent da90e4f202
commit 894a96c991
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
1 changed files with 4 additions and 4 deletions

View File

@ -27,7 +27,7 @@ API
* [Runtime assertions](/include/kernaux/assert.h)
* [Example](/examples/assert.c)
* [Measurement units utils](/include/kernaux/units.h) *(work in progress)*
* [Example: to human](/examples/units_human.c)
* [To human](/examples/units_human.c)
* [Simple command line parser](/include/kernaux/cmdline.h)
* [Example](/examples/cmdline.c)
* [Multiboot 2 (GRUB 2) information parser](/include/kernaux/multiboot2.h)
@ -37,9 +37,9 @@ API
* [ELF utils](/include/kernaux/elf.h) *(work in progress)*
* [Architecture-specific helpers](/include/kernaux/arch/)
* [printf replacement](/include/kernaux/printf.h) *(work in progress)*
* [Example: printf](/examples/printf.c)
* [Example: printf_va](/examples/printf_va.c)
* [stdlib replacement](/include/kernaux/stdlib.h):
* [printf](/examples/printf.c)
* [printf_va](/examples/printf_va.c)
* [stdlib replacement](/include/kernaux/stdlib.h)
* `memset`
* `strlen`
* `strncpy`