MCPcopy Create free account
hub / github.com/CruiserOne/Astrolog / PrintProgress

Function PrintProgress

general.cpp:1396–1404  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1394// in the middle of long operations such as creating and saving files.
1395
1396void PrintProgress(CONST char *sz)
1397{
1398#ifndef WIN
1399 // Progress messages are ignored in the Windows version.
1400 AnsiColor(kYellowA);
1401 fprintf(stderr, "%s\n", sz);
1402 AnsiColor(kDefault);
1403#endif
1404}
1405
1406
1407// Print a general user message given a string. This is just like the warning

Callers 4

DrawChartXFunction · 0.85
xscreen.cppFile · 0.85
EndFileXFunction · 0.85
PsBeginFunction · 0.85

Calls 1

AnsiColorFunction · 0.85

Tested by

no test coverage detected