memset函数浅析
摘要:
NAME memset - fill memory with a constant byte SYNOPSIS #include <string.h> void *memset(void *s, int c, size_t n); DESCRIPTION The memset() function 阅读全文
posted @ 2018-04-02 15:09 archemiya 阅读(225) 评论(0) 推荐(0) 编辑