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

◆ appendFormatted() [2/7]

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

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

70 {
71 char buf[64] = {0};
72 int len = fl::itoa(val, buf, mBase);
73 mStr.append(buf, len);
74}
string mStr
Definition strstream.h:369
int itoa(i32 value, char *sp, int radix)
Convert signed 32-bit integer to string buffer in given radix.

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

+ Here is the call graph for this function: