Код: Выделить всё
void function_hextodec(unsigned int convers)
{
if (convers<999>0x0063){convers-=0x0064; byter[0]++;};
while (convers>0x0009){convers-=0x000A; byter[1]++;};
while (convers>0x0000){convers-=0x0001; byter[2]++;};
}
else
{
byter[1]=0x09;
byter[2]=0x09;
byter[0]=0x09;
};
}
как обойти?


