Researching this issue I can not find first-hand description of this variable in the standard. I actually can not find proper description of ICY standard at all.
Seems some programmers think that this value must be signed integer (e.g. here). However another example says that this value can be 32768 which is outside of signed integer definition.
I understand that "signed integer" in different circumstances may mean 2 byte size or 4 byte size. So what is the size of the value in bits (including sign if it is signed)? I need to know it because I code Verilog and do not want to spend logic for unneeded bits.
P.S. "metaint" should mean meta information interval, int in this word must not mean integer type!