Name:
2009-08-18 10:35
Output a thousand Sussmen in an individualistic way.
Name:
Anonymous
2009-08-21 5:17
>> 91
void *tmp_ptr = NULL;
malloc(sizeof "sussman");
You're throwing that allocated memory away, and then attempting to strcpy to a NULL pointer.