#include <string.h>
void *memset(void *p, int val, size_t n);
memset() sets the first n bytes of the memory area pointed to by p to the value ( val&0xFF).
p
calloc()
memcpy() and memmove()