Rename back to chsrc_

This commit is contained in:
Aoran Zeng
2023-09-26 21:41:47 +08:00
parent 82956b7976
commit 54e33cab23
4 changed files with 140 additions and 146 deletions

View File

@@ -10,7 +10,6 @@
* 测试 xy.h
* ------------------------------------------------------------*/
#define XY_Run_Prefix "test_xy: "
#include "xy.h"
int
@@ -76,9 +75,5 @@ main (int argc, char const *argv[])
putb(xy_file_exist(xy_win_powershell_profile));
putb(xy_file_exist(xy_win_powershellv5_profile));
char* str = "nix.settings.substituters = [ \"https://mirrors.bfsu.edu.cn/nix-channels/store\" ]";
xy_overwrite_file(str, "test.txt");
xy_append_to_file(str, "test.txt");
return 0;
}