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

◆ append() [4/17]

basic_string & fl::basic_string::append ( const char * str)

Definition at line 1322 of file basic_string.cpp.hpp.

1322 {
1323 write(str, fl::strlen(str));
1324 return *this;
1325}
fl::size write(const fl::u8 *data, fl::size n) FL_NOEXCEPT
size_t strlen(const char *s) FL_NOEXCEPT

References basic_string(), fl::strlen(), and write().

Referenced by append(), append(), and fl::string::append().

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