ostream & operator<<(const char *str) FL_NOEXCEPT
int itoa(i32 value, char *sp, int radix)
Convert signed 32-bit integer to string buffer in given radix.
void print(const char *str)
ostream & operator<<(ostream &os, const hex_t &) FL_NOEXCEPT
int utoa32(u32 value, char *sp, int radix)
Convert unsigned 32-bit integer to string buffer in given radix.
Base definition for an LED controller.