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

◆ operator<<() [7/12]

ostream & fl::ostream::operator<< ( fl::i32 n)

Definition at line 34 of file ostream.cpp.hpp.

34 {
35 char buf[64] = {0};
36 fl::itoa(n, buf, mBase);
37 print(buf);
38 return *this;
39}
int mBase
Definition ostream.h:88
int itoa(i32 value, char *sp, int radix)
Convert signed 32-bit integer to string buffer in given radix.
void print(const char *str)

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

+ Here is the call graph for this function: