mirror of
https://github.com/wangdoc/clang-tutorial.git
synced 2026-04-15 19:19:46 +08:00
docs(multibyte): fix typo
This commit is contained in:
@@ -37,7 +37,7 @@ setlocale(LC_ALL, "C");
|
||||
下面的语句将格式本地化。
|
||||
|
||||
```c
|
||||
set_locale(LC_ALL, "");
|
||||
setlocale(LC_ALL, "");
|
||||
```
|
||||
|
||||
上面示例中,第二个参数为空字符,表示使用当前环境提供的本地化设置。
|
||||
|
||||
Reference in New Issue
Block a user