|
FastLED 3.9.15
|
| int fl::itoa64 | ( | i64 | value, |
| char * | buffer, | ||
| int | radix ) |
Convert signed 64-bit integer to string buffer in given radix.
| value | The signed 64-bit integer value to convert |
| buffer | Output buffer (must be at least 66 bytes for base 2 with sign, 21 for base 10) |
| radix | Number base (2-36, typically 10 for decimal, 16 for hex, 8 for octal) |
Definition at line 103 of file charconv.cpp.hpp.
References sign(), and type_rank< T >::value.
Referenced by fl::basic_string::appendHex(), fl::basic_string::appendOct(), fl::SerialPort::print(), and fl::SerialPort::println().
Here is the call graph for this function:
Here is the caller graph for this function: