Add feature os_debian.

This commit is contained in:
Heng Guo
2023-09-01 22:23:03 +08:00
parent 89890f9d82
commit afa2d9cb64
3 changed files with 55 additions and 10 deletions

View File

@@ -99,7 +99,8 @@ xy_log (int level, const char* str)
/**
*
* 将str中所有的src字符替换成dest,并返回一个全新的字符串
* 现在已经废弃不用
*/
static char*
xy_strch (const char* str, char src,const char* dest)