GIGA
static const unit_type units[] = { NONE, KILO, MEGA, GIGA, TERA, PETA, EXA };
#define TERA (GIGA * 1024)
if (bin >= GIGA) {
bin /= GIGA;