MCPcopy Create free account
hub / github.com/ashkulz/NppFTP / OutputMsg

Function OutputMsg

src/Output.cpp:22–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20//#include "Output.h"
21
22int OutputMsg(const TCHAR * msg, ...) {
23 va_list vaList;
24 va_start(vaList, msg);
25 int ret = -1;
26 if (_MainOutput)
27 ret = _MainOutput->OutVA(Output_System, msg, vaList);
28 va_end(vaList);
29
30 return ret;
31}
32
33int OutputClnt(const TCHAR * msg, ...) {
34 va_list vaList;

Callers

nothing calls this directly

Calls 1

OutVAMethod · 0.80

Tested by

no test coverage detected