FastLED
3.9.15
Loading...
Searching...
No Matches
◆
appendOct()
[7/8]
basic_string
& fl::basic_string::appendOct
(
u64
val
)
Definition at line
364
of file
basic_string.cpp.hpp
.
1423
{
char
b[64]={0};
int
l=
fl::utoa64
(val,b,8);
write
(b,l);
return
*
this
; }
fl::basic_string::write
fl::size write(const fl::u8 *data, fl::size n) FL_NOEXCEPT
Definition
basic_string.cpp.hpp:213
fl::utoa64
int utoa64(u64 value, char *sp, int radix)
Convert unsigned 64-bit integer to string buffer in given radix.
Definition
charconv.cpp.hpp:162
fl
string
Generated on Tue Jun 16 2026 00:07:07 for FastLED by
1.13.2