FastLED
3.9.15
Loading...
Searching...
No Matches
◆
write()
[8/11]
fl::size fl::basic_string::write
(
const
i64
&
val
)
Definition at line
324
of file
basic_string.cpp.hpp
.
324
{
325
char
buf[64] = {0};
326
int
len =
fl::itoa64
(val, buf, 10);
327
return
write
(buf, len);
328
}
fl::basic_string::write
fl::size write(const fl::u8 *data, fl::size n) FL_NOEXCEPT
Definition
basic_string.cpp.hpp:213
fl::itoa64
int itoa64(i64 value, char *sp, int radix)
Convert signed 64-bit integer to string buffer in given radix.
Definition
charconv.cpp.hpp:103
fl
basic_string
Generated on Tue Jun 16 2026 00:07:05 for FastLED by
1.13.2