更新 xy 测试

This commit is contained in:
Aoran Zeng 2025-08-21 00:15:38 +08:00
parent 98b2e14747
commit 224021f0f7
No known key found for this signature in database
GPG Key ID: 8F8BA8488E10ED98

View File

@ -5,7 +5,7 @@
* Test Authors : <ccmywish@qq.com> * Test Authors : <ccmywish@qq.com>
* Contributors : Mikachu2333 <mikachu.23333@zohomail.com> * Contributors : Mikachu2333 <mikachu.23333@zohomail.com>
* Created On : <2023-08-30> * Created On : <2023-08-30>
* Last Modified : <2025-08-20> * Last Modified : <2025-08-21>
* *
* Test xy.h * Test xy.h
* ------------------------------------------------------------*/ * ------------------------------------------------------------*/
@ -28,7 +28,7 @@ print_str_for_map (const char *key, void *value)
int int
main (int argc, char const *argv[]) main (int argc, char const *argv[])
{ {
xy_use_utf8 (); xy_init ();
println (xy_os_depend_str ("Hello, Windows!", "Hello, Unix!")); println (xy_os_depend_str ("Hello, Windows!", "Hello, Unix!"));