The libc implementation
Martin ‘Solar’ Baute
Public Domain
void * memset(void *s,int c,size_t n)
Fills s with n times the value c
Returns the value of s