[][src]Type Definition nc::arch_si_band_t

type arch_si_band_t = isize;

The default "si_band" type is "long", as specified by POSIX. However, some architectures want to override this to "int" for historical compatibility reasons, so we allow that.