Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
102
size_t OutputBuffer::vprintf(const char *_ecv_array fmt, va_list vargs) noexcept
103
{
104
Clear();
105
return vcatf(fmt, vargs);
106
}
107
108
size_t OutputBuffer::printf(const char *_ecv_array fmt, ...) noexcept
109
{
Callers
2
MessageV
Method · 0.80
Event
Method · 0.80
Calls
1
Clear
Function · 0.50
Tested by
no test coverage detected