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

Function PrintTab2

general.cpp:1329–1336  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1327// something else, if the character encoding is set differently.
1328
1329void PrintTab2(char ch, int cch)
1330{
1331 int nCharsetSav = us.nCharset;
1332
1333 us.nCharset = (us.nCharset > ccNone ? ccIBM : ccNone);
1334 PrintTab(ch, cch);
1335 us.nCharset = nCharsetSav;
1336}
1337
1338
1339// Print a string on the screen. Unlike the normal PrintSz(), here still

Callers 4

ChartGridRelationFunction · 0.85
PrintWFunction · 0.85
ChartGridFunction · 0.85
ChartWheelFunction · 0.85

Calls 1

PrintTabFunction · 0.85

Tested by

no test coverage detected