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

◆ append()

void fl::StringFormatter::append ( int32_t val,
StrN< 64 > * dst )
static

Definition at line 99 of file str.cpp.

99 {
100 char buf[63] = {0};
101 string_functions::itoa(val, buf, 10);
102 dst->write(buf, strlen(buf));
103}
static int itoa(int value, char *sp, int radix)
Definition str.cpp:11

References fl::string_functions::itoa(), and fl::StrN< SIZE >::write().

Referenced by fl::StrN< SIZE >::write(), fl::StrN< SIZE >::write(), fl::StrN< SIZE >::write(), and fl::StrN< SIZE >::write().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: