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

◆ appendOct() [2/8]

basic_string & fl::basic_string::appendOct ( i32 val)

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

1420{ char b[64]={0}; int l=fl::itoa(val,b,8); write(b,l); return *this; }
fl::size write(const fl::u8 *data, fl::size n) FL_NOEXCEPT
int itoa(i32 value, char *sp, int radix)
Convert signed 32-bit integer to string buffer in given radix.

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

Referenced by appendOct(), appendOct(), appendOct(), and appendOct().

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