1
0
Fork 0
mirror of https://github.com/tailix/libkernaux.git synced 2026-08-15 11:00:07 -04:00

Fix README.md

This commit is contained in:
Alex Kotov 2022-01-20 03:45:50 +05:00
parent e6f707b9e0
commit f76bb3cd92

View file

@ -57,6 +57,11 @@ API
* [libc replacement](/include/kernaux/libc.h)
* [itoa/ftoa replacement](/include/kernaux/ntoa.h) *(work in progress)*
* [printf replacement](/include/kernaux/printf.h) *(work in progress)*
* [printf](/examples/printf.c)
* [vprintf](/examples/printf_va.c)
* `snprintf`
* `vsnprintf`
* `sprintf`