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

◆ operator<<() [1/13]

ostream & fl::ostream::operator<< ( char c)
inline

Definition at line 36 of file ostream.h.

36 {
37 char str[2] = {c, '\0'};
38 print(str);
39 return *this;
40 }
void print(const char *str)
Definition io.cpp:49

References ostream(), and fl::print().

+ Here is the call graph for this function: