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

Function ExpSetMacro

express.cpp:2751–2757  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2749// Set an AstroExpression macro to a string.
2750
2751flag ExpSetMacro(int i, CONST char *sz)
2752{
2753 if (!FEnsureExpMacro(i+1))
2754 return fFalse;
2755 FCloneSz(sz, &xi.rgszExpMacro[i]);
2756 return fTrue;
2757}
2758
2759
2760// Set an AstroExpression custom string or string list to the given input.

Callers 1

FProcessSwitchesFunction · 0.85

Calls 1

FEnsureExpMacroFunction · 0.85

Tested by

no test coverage detected