5.3.81 _itoaQ31 Function
This function converts each decimal digit of a Q31 value to its representation in ASCII. For example, 1 is converted to 0x31, which is the ASCII representation of 1.
Include
<libq.h>
Prototype
void _itoaQ31(_Q31 x, char *s);
Arguments
x |
a fixed-point number in Q31 format, which ranges from -215 to 215-1. The value of this argument ranges from -2147483648 to 2147483647. |
s |
a buffer holding values in ASCII, at least 8 characters long. |
Return Value
None.