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

Function ClearB

general.cpp:202–206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

200// Set a given number of bytes to zero given a starting pointer.
201
202void ClearB(pbyte pb, int cb)
203{
204 while (cb-- > 0)
205 *pb++ = 0;
206}
207
208
209// Copy a given number of bytes from one location to another.

Callers 15

InitVariablesFunction · 0.85
FProcessSwitchesFunction · 0.85
InitProgramFunction · 0.85
ChartAspectRelationFunction · 0.85
ChartMidpointRelationFunction · 0.85
ChartInDayInfluenceFunction · 0.85
ChartTransitInfluenceFunction · 0.85
LookupConstelFunction · 0.85
xcharts0.cppFile · 0.85
BeginXFunction · 0.85
CommandLineXFunction · 0.85
xscreen.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected