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

Function ExpGetString

express.cpp:2825–2830  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2823// Return pointer to an AstroExpression custom string.
2824
2825char *ExpGetString(int i)
2826{
2827 if (!FBetween(i, 0, xi.cszExpStr-1))
2828 return NULL;
2829 return xi.rgszExpStr[i];
2830}
2831
2832
2833// Set a string to an AstroExpression custom variable.

Callers 1

FProcessADBFileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected