随笔分类 -  C

memset
摘要:NAME memset -- fill a byte string with a byte value LIBRARY Standard C Library (libc, -lc) SYNOPSIS #include <string.h> void *memset(void *b, int c, s 阅读全文
posted @ 2016-06-04 14:33 Yip21st 阅读(190) 评论(0) 推荐(0)