From 17d82f46113668a7cf5fe3b2dc743feee7e38908 Mon Sep 17 00:00:00 2001 From: rabix Date: Tue, 11 Jun 2024 01:21:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index de7341e..666153a 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ void s1_assert(int value, const char *reason); 如果value为真,则继续执行,否则打印reason并退出。 -``` +```C void s1_trace(const char* text); ``` 打印text和相关位置,并继续执行。