MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / abs64

Function abs64

src/timedata.cpp:40–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40static int64_t abs64(int64_t n)
41{
42 return (n >= 0 ? n : -n);
43}
44
45#define BITCOIN_TIMEDATA_MAX_SAMPLES 200
46

Callers 1

AddTimeDataFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected