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

◆ append() [5/37]

string & fl::string::append ( const char * str)
inline

Definition at line 744 of file str.h.

744 {
745 write(str, strlen(str));
746 return *this;
747 }
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: