摘要:
C库中有两个函数可以从一个位置把字节复制到另一个位置。在C99标准下,它们的原型如下: void * memcpy(void * restrict s1, const void * restrict s2, size_t n); void * memmove(void * s1, const voi 阅读全文
posted @ 2017-09-27 10:30
zhanghonglang
阅读(218)
评论(0)
推荐(0)