ConvertBlock
Syntax | ||
void ConvertBlock(unsigned char *cnv,int *pattern); | ||
Header | ||
base/rconvert.h | ||
Library | ||
rcnv | ||
Description | ||
The The numbers to convert are pointed to by the argument cnv. Pairs of elements from the array pointed to by the argument pattern define the conversion process. The value of the first number defines the number type; (8) for | ||
Returns | ||
None | ||
Errors | ||
None | ||
Example | ||
|