>>1
It means you wrote shit code that isn't portable. Lrn2K&R
Name:
Anonymous2009-03-28 11:33
>>1
You're trying to access an invalid place in memory. You probably have an uninitialized pointer, or a line of code like my_pointer = (void*)3; when what you really wanted was *my_pointer = exit();