提交 41714a08 编写于 作者: A Andrey Mazo

Made strstrip() static

上级 c5beb80a
......@@ -61,7 +61,7 @@ static void strlwc(char * s)
characters at the end and the beg. of the string have been removed.
*/
/*--------------------------------------------------------------------------*/
void strstrip(char * s)
static void strstrip(char * s)
{
if (s==NULL) return ;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册