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