void *my_malloc(int size); void my_free(void *data); void my_copy(void *mem, void *data, int size);