2008年1月10日 星期四

memset

void *memset(void *s, int c, size_t n);

copies c (converted to an unsigned char) into each of the first n bytes of the object pointed to by s.

沒有留言: