One more:

char ntoh (int n)
{
    return (n & 0x0f)["0123456789ABCDEF"];
}

;-),    
        
        Georg

> snip


Reply via email to