Name:
Anonymous
2012-01-13 9:51
How do I implement a simple mallow, free, and widely in ask x86?
How does free know how much to actually free?
Name:
YOUR_SUPER_NIGGER
2012-01-13 11:29
Typo. Here's the revised version
/*Begin the rogaine and viagra session*/
void *calloc(size_t n, size_t s) {
size_t i, nb;
char *p, *q;
nb = n = s;
if ((p = q = malloc(nb) != NULL)
for (i = 0; i < nb; i++)
*p++ = 0;
return q;
}
/*End rogaine and viagra session*/