Sets a specified number of bytes in a given object to a given value. Format #include <string.h> void *memset (void *s, int value, size_t size);