I can see why you would want static variables in functions but what's the point of static globals?
Name:
Anonymous2010-10-17 11:05
>>11 For instance, get_bit(), which I've had to deal with an actual collision between two different libraries that had functions named that.
I thought name mangling was supposed to avoid this. (Actual question, not trolling.)