mirror of
https://github.com/tailix/libkernaux.git
synced 2024-11-13 11:04:27 -05:00
Improve README.md
This commit is contained in:
parent
da90e4f202
commit
894a96c991
1 changed files with 4 additions and 4 deletions
|
@ -27,7 +27,7 @@ API
|
||||||
* [Runtime assertions](/include/kernaux/assert.h)
|
* [Runtime assertions](/include/kernaux/assert.h)
|
||||||
* [Example](/examples/assert.c)
|
* [Example](/examples/assert.c)
|
||||||
* [Measurement units utils](/include/kernaux/units.h) *(work in progress)*
|
* [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)
|
* [Simple command line parser](/include/kernaux/cmdline.h)
|
||||||
* [Example](/examples/cmdline.c)
|
* [Example](/examples/cmdline.c)
|
||||||
* [Multiboot 2 (GRUB 2) information parser](/include/kernaux/multiboot2.h)
|
* [Multiboot 2 (GRUB 2) information parser](/include/kernaux/multiboot2.h)
|
||||||
|
@ -37,9 +37,9 @@ API
|
||||||
* [ELF utils](/include/kernaux/elf.h) *(work in progress)*
|
* [ELF utils](/include/kernaux/elf.h) *(work in progress)*
|
||||||
* [Architecture-specific helpers](/include/kernaux/arch/)
|
* [Architecture-specific helpers](/include/kernaux/arch/)
|
||||||
* [printf replacement](/include/kernaux/printf.h) *(work in progress)*
|
* [printf replacement](/include/kernaux/printf.h) *(work in progress)*
|
||||||
* [Example: printf](/examples/printf.c)
|
* [printf](/examples/printf.c)
|
||||||
* [Example: printf_va](/examples/printf_va.c)
|
* [printf_va](/examples/printf_va.c)
|
||||||
* [stdlib replacement](/include/kernaux/stdlib.h):
|
* [stdlib replacement](/include/kernaux/stdlib.h)
|
||||||
* `memset`
|
* `memset`
|
||||||
* `strlen`
|
* `strlen`
|
||||||
* `strncpy`
|
* `strncpy`
|
||||||
|
|
Loading…
Reference in a new issue