模拟实现C语言库函数strcmp
首先看一下MSDN中对它的定义,函数参数,返回值 strcmp (定义)Compare strings.(函数参数)int strcmp( const char *string1, const char *string2 );(返回值)The return value for each of these functions indicates the lexicographic rel...