mirror of
https://github.com/RubyMetric/chsrc
synced 2025-10-09 21:33:23 +08:00
全部使用 xy_strcat()
弃用 xy_strjoin()
This commit is contained in:
5
lib/xy.h
5
lib/xy.h
@@ -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 复制一个字符串,返回复制的新字符串
|
||||
|
Reference in New Issue
Block a user