We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
fw.c
1 parent 7b18dfe commit 64b5df6Copy full SHA for 64b5df6
1 file changed
test/fw.c
@@ -1,10 +1,10 @@
1
/** ------------------------------------------------------------
2
* SPDX-License-Identifier: GPL-3.0-or-later
3
* -------------------------------------------------------------
4
- * File Authors : Aoran Zeng <ccmywish@qq.com>
5
- * Contributors : Nil Null <nil@null.org>
+ * File Authors : 曾奥然 <ccmywish@qq.com>
+ * Contributors : Nil Null <nil@null.org>
6
* Created On : <2024-12-14>
7
- * Last Modified : <2025-07-21>
+ * Last Modified : <2025-08-27>
8
*
9
* 该文件最好启用 DEBUG mode 编译
10
* ------------------------------------------------------------*/
@@ -21,7 +21,8 @@ main (int argc, char const *argv[])
21
say (Chsrc_Version);
22
return 0;
23
}
24
- xy_useutf8();
+
25
+ xy_init ();
26
27
br();
28
chsrc_log ("chsrc_log");
0 commit comments