2010年7月4日 - [编辑本段]. 用法. void *memset(void *s, int ch, unsigned n); ... 要注意的是,memset 是对字节进行操作,所以上述程序如果改为. int array[5] = {1,4,3 ...
www.cnblogs.com