A function used to initialize memory to a specific value. Used to setup buffers or arrays.

void *memset(void *ptr, int x, size_t n);