摘要:
eg: #include <stdio.h> #include <string.h> int main(void) { char string[7] = "ABCDEFG"; char copy[4] = "ABCD"; int ret; ret = memcmp(string,copy,7); p 阅读全文
posted @ 2021-12-21 16:08
real-watson
阅读(75)
评论(0)
推荐(0)
浙公网安备 33010602011771号