Searched refs:dectohex (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libdscfg/common/
H A Dcfg.c73 static char dectohex[] = { '0', '1', '2', '3', '4', '5', '6', '7', variable
1011 *result++ = dectohex[ (ch >> 4) & 0xf ];
1012 *result++ = dectohex[ ch & 0xf ];

Completed in 26 milliseconds