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