Hi J.C., OVERWHELMINGLY OUTSTANDING!
Never tought this could be possible! Really simple! On Tue, Oct 21, 2003 at 09:41:32PM -0400, J.C. Wren wrote: > This is what I use for that sort of function. > > char ntoh (int n) > { > return ("0123456789ABCDEF" [n & 0x0f]); > }