原 型:void *memset(void *s, int c, size_t n);
头 文 件:string.h
说 明:把c存储到s指向的内存块的前n个字符中。
返 回 值:s(指向内存块的指针)。
相似函数:memcpy、memmove