Initializing structs with '{}' is supported on most compilers, but not defined in the standard. The correct initializer for this is '{0}'. Spotted with cproc.
Initializing structs with '{}' is supported on most compilers, but not defined in the standard. The correct initializer for this is '{0}'. Spotted with cproc.