Add xy_os_family

This commit is contained in:
Aoran Zeng
2025-06-20 08:51:00 +08:00
parent 75c1401776
commit 28a3aae6e1
2 changed files with 44 additions and 4 deletions

View File

@@ -6,7 +6,7 @@
* Contributors : Nil Null <nil@null.org>
* |
* Created On : <2023-08-30>
* Last Modified : <2025-06-19>
* Last Modified : <2025-06-20>
*
* Test xy.h
* ------------------------------------------------------------*/
@@ -17,6 +17,9 @@ int
main (int argc, char const *argv[])
{
xy_useutf8 ();
puts (xy_os_depend_str ("Hello, Windows!", "Hello, Unix!"));
puti (3);
double dbl = 3.1415;
putf (dbl);