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

◆ appendFormatted() [6/7]

void fl::sstream::appendFormatted ( fl::u32 val)
private

Definition at line 98 of file strstream.cpp.hpp.

98 {
99 char buf[64] = {0};
100 int len = fl::utoa32(val, buf, mBase);
101 mStr.append(buf, len);
102}
string mStr
Definition strstream.h:369
int utoa32(u32 value, char *sp, int radix)
Convert unsigned 32-bit integer to string buffer in given radix.

References mBase, mStr, and fl::utoa32().

+ Here is the call graph for this function: