全部使用 xy_strcat() 弃用 xy_strjoin()

This commit is contained in:
Aoran Zeng
2025-08-20 18:32:30 +08:00
parent aabec77833
commit 0d232fba92
65 changed files with 200 additions and 205 deletions

View File

@@ -264,8 +264,6 @@ xy_2strcat (const char *str1, const char *str2)
return ret;
}
/* @deprecated 应迁移到后者 */
#define xy_2strjoin xy_2strcat
/**
* @brief 将多个字符串连接成一个字符串
@@ -336,9 +334,6 @@ xy_strcat (unsigned int count, ...)
return ret;
}
/* @deprecated 应迁移到后者 */
#define xy_strjoin xy_strcat
/**
* @brief 复制一个字符串,返回复制的新字符串