Why can't I just declare a function without specifying the return type? Surely the C compiler would be able to figure out the type from what I am returning.
Name:
Anonymous2011-10-14 9:21
>>7
Nice way to break whole program if I change malloc() with different implementation (LD_PRELOAD=libdmalloc)