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

Function MetaSz

xdevice.cpp:1616–1624  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1614// Output a string into the metafile buffer stream.
1615
1616void MetaSz(CONST char *sz)
1617{
1618 while (*sz) {
1619 MetaWord(WFromBB(sz[0], sz[1]));
1620 if (sz[1] == chNull)
1621 break;
1622 sz += 2;
1623 }
1624}
1625
1626
1627// Output any necessary metafile records to make the current actual settings

Callers 1

MetaInitFunction · 0.85

Calls 1

MetaWordFunction · 0.85

Tested by

no test coverage detected