MCPcopy Create free account
hub / github.com/Duet3D/RepRapFirmware / vprintf

Method vprintf

src/Platform/OutputMemory.cpp:102–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100}
101
102size_t OutputBuffer::vprintf(const char *_ecv_array fmt, va_list vargs) noexcept
103{
104 Clear();
105 return vcatf(fmt, vargs);
106}
107
108size_t OutputBuffer::printf(const char *_ecv_array fmt, ...) noexcept
109{

Callers 2

MessageVMethod · 0.80
EventMethod · 0.80

Calls 1

ClearFunction · 0.50

Tested by

no test coverage detected