#ifndef STRING_H
#define STRING_H
#include <stddef.h>
void * memset(void * ptr, int value, size_t num); // 80004104
#endif