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

◆ append() [19/37]

string & fl::string::append ( const i16 & val)
inline

Definition at line 770 of file str.h.

770 {
771 write(i32(val));
772 return *this;
773 }
fl::size write(const u8 *data, fl::size n)
Definition str.h:246

References fl::StrN< FASTLED_STR_INLINED_SIZE >::write().

+ Here is the call graph for this function: