|
FastLED 3.9.15
|
| int fl::snprintf | ( | char * | buffer, |
| fl::size | size, | ||
| const char * | format, | ||
| const Args &... | args ) |
Snprintf-like formatting function that writes to a buffer.
| buffer | Output buffer to write formatted string to |
| size | Maximum number of characters to write (including null terminator) |
| format | Format string with placeholders like "%d", "%s", "%f" etc. |
| args | Arguments to format |
Supported format specifiers:
Example usage:
Definition at line 666 of file stdio.h.
References args, FL_NOEXCEPT, format(), fl::printf_detail::format_impl(), and fl::sstream::str().
Referenced by fl::net::http::ChunkedWriter::chunkOverhead(), fl::audio::detector::Key::getKeyName(), getPort(), fl::net::http::HttpStreamTransport::idToString(), fl::third_party::TJpgInstanceDecoder::initializeDecoder(), fl::SerialPort::printf(), fl::third_party::TJpgInstanceDecoder::processChunk(), sprintf(), and fl::net::http::ChunkedWriter::writeChunk().
Here is the call graph for this function:
Here is the caller graph for this function: