更新 README.md

This commit is contained in:
rabix 2024-06-11 01:21:09 +08:00
parent 458c6046ba
commit 17d82f4611
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ void s1_assert(int value, const char *reason);
如果value为真则继续执行否则打印reason并退出。
```
```C
void s1_trace(const char* text);
```
打印text和相关位置并继续执行。