Add information to README

This commit is contained in:
Alex Kotov 2020-11-30 06:23:53 +05:00 committed by GitHub
parent b750a612d6
commit 69172c3c16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -20,7 +20,9 @@ API
--- ---
* [Architecture-specific helpers](/include/kernaux/arch/) * [Architecture-specific helpers](/include/kernaux/arch/)
* [stdlib replacement](/include/kernaux/stdlib.h) * [stdlib replacement](/include/kernaux/stdlib.h) (with prefix):
* `NULL`
* `bool`, `false`, `true`
* `memset` * `memset`
* `strlen` * `strlen`
* `strncpy` * `strncpy`