long tcg_mdtoi(long n) { long an = n; return MDTOI_(&an); }
long tcg_mdtoi(long n) { Integer an = n; return MDTOI_(&an); }