Espresso 0.0.1a
This commit is contained in:
@ -69,7 +69,7 @@ void* calloc(size_t nmemb, size_t size)
|
||||
void* ptr = malloc(total);
|
||||
if (ptr)
|
||||
{
|
||||
memset(ptr, 0, total);
|
||||
memset(ptr, 0, total);
|
||||
}
|
||||
return ptr;
|
||||
}
|
||||
|
Reference in New Issue
Block a user