explicit_zero_data

Controls the placement of zero-initialized data.

Syntax
  #pragma explicit_zero_data on | off | reset   
Remarks

Places zero-initialized data into the initialized data section instead of the BSS section when on.

By default, this pragma is off.