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