mirror of
https://github.com/RubyMetric/chsrc
synced 2025-12-17 16:58:00 +08:00
Remove deprecated
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
* Contributors : Nil Null <nil@null.org>
|
||||
* |
|
||||
* Created On : <2024-12-14>
|
||||
* Last Modified : <2025-06-19>
|
||||
* Last Modified : <2025-06-20>
|
||||
* ------------------------------------------------------------*/
|
||||
|
||||
#define Chsrc_Version "Frameworker"
|
||||
@@ -66,8 +66,8 @@ main (int argc, char const *argv[])
|
||||
chsrc_view_file (bkup);
|
||||
|
||||
chsrc_log (xy_2strjoin ("CPU arch = ", chsrc_get_cpuarch ()));
|
||||
printf ("chsrc: CPU cores = ");
|
||||
puti (chsrc_get_cpucore ());
|
||||
print ("chsrc: CPU cores = ");
|
||||
println (chsrc_get_cpucore ());
|
||||
|
||||
if (xy_on_windows)
|
||||
{
|
||||
|
||||
@@ -18,11 +18,11 @@ main (int argc, char const *argv[])
|
||||
{
|
||||
xy_useutf8 ();
|
||||
|
||||
puts (xy_os_depend_str ("Hello, Windows!", "Hello, Unix!"));
|
||||
println (xy_os_depend_str ("Hello, Windows!", "Hello, Unix!"));
|
||||
|
||||
puti (3);
|
||||
println (3);
|
||||
double dbl = 3.1415;
|
||||
putf (dbl);
|
||||
println (dbl);
|
||||
say (xy_2strjoin ("Xi", "'an"));
|
||||
say (xy_strjoin (2, "Xi", "'an"));
|
||||
say (xy_strjoin (3, "屈身守分,", "以待天时,", "不可与命争也"));
|
||||
|
||||
Reference in New Issue
Block a user