You are in a C/C++ file. You declare a (C/POD) static variable at the :: level (not inside of a function. Because it is static, under the C standard you know that it will be auto-initialized to the type's 0 value. And in the semantics of your program, this variable *should* be initialized to zero. So you:
Provide no initializer, since it defaults 0
Type "= 0" or "= false" anyway, for readability
Andi what the fuck are you talking about
Poll ended at .
