FastLED 3.9.15
Loading...
Searching...
No Matches

◆ write() [4/11]

fl::size fl::basic_string::write ( const fl::i8 val)

Definition at line 336 of file basic_string.cpp.hpp.

336 {
337 char buf[64] = {0};
338 int len = fl::itoa(static_cast<fl::i32>(val), buf, 10);
339 return write(buf, len);
340}
fl::size write(const fl::u8 *data, fl::size n) FL_NOEXCEPT
int itoa(i32 value, char *sp, int radix)
Convert signed 32-bit integer to string buffer in given radix.

References fl::itoa(), and write().

+ Here is the call graph for this function: