From 69172c3c1611507cece3cda8dc3311989b8c3346 Mon Sep 17 00:00:00 2001 From: Alex Kotov Date: Mon, 30 Nov 2020 06:23:53 +0500 Subject: [PATCH] Add information to README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a20fe3..2e4ee0a 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,9 @@ API --- * [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` * `strlen` * `strncpy`