From ee59a54d738960b9ad24023dbedda5d131f37248 Mon Sep 17 00:00:00 2001 From: HTG-YT Date: Fri, 6 Aug 2021 23:26:14 +0800 Subject: [PATCH] update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5c75af2..ddb2d07 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ # externc-libm -libm with the required `no_mangle` and `extern "C"` declarations. +libm with the required `no_mangle` and `extern "C"` declarations for linking under `no_std` environments.