MCPcopy Create free account
hub / github.com/AppleWin/AppleWin / ConsoleColorizePrintFormat

Function ConsoleColorizePrintFormat

source/Debugger/Debugger_Help.cpp:425–432  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

423inline bool ConsoleColorizePrintFormat( const char* format, ... ) ATTRIBUTE_FORMAT_PRINTF(1, 2);
424
425inline bool ConsoleColorizePrintFormat( const char* format, ... )
426{
427 va_list va;
428 va_start(va, format);
429 bool const r = ConsoleColorizePrintVa(format, va);
430 va_end(va);
431 return r;
432}
433
434//===========================================================================
435Update_t CmdMOTD( int nArgs ) // Message Of The Day

Callers 2

CmdMOTDFunction · 0.85
CmdHelpSpecificFunction · 0.85

Calls 1

ConsoleColorizePrintVaFunction · 0.85

Tested by

no test coverage detected