1 memcmp ( ) /* -- C语言库函数源代码 - */ 2 /* 3 Compares count bytes of memory starting at buffer1 and buffer2 and find if equal or which one is first in lexical order. 4 比较内存区域buffer1和buffer2的前count个字节。当buffer1 buffer2时,返回值 > 0。 5 */ 6 int my_memcmp(const void *buffer1,const void *buff...
posted @ 2013-08-08 23:06
源景
阅读(2069)
评论(0)
推荐(0)