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

Function SwapR

general.cpp:65–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63// Swap two floating point values.
64
65void SwapR(real *d1, real *d2)
66{
67 real temp;
68
69 temp = *d1; *d1 = *d2; *d2 = temp;
70}
71
72
73// Return the length of a string (not counting the null terminator).

Callers 7

PrintAspectFunction · 0.85
ChartInDayInfluenceFunction · 0.85
ChartTransitInfluenceFunction · 0.85
ChartInDaySearchFunction · 0.85
ChartHorizonRisingFunction · 0.85
XChartMidpointFunction · 0.85
CastSectorsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected