MCPcopy Create free account
hub / github.com/eggert/tz / timerange

Class timerange

zic.c:2611–2616  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2609atcomp(const void *avp, const void *bvp)
2610{
2611 struct attype const *ap = avp, *bp = bvp;
2612 zic_t a = ap->at, b = bp->at;
2613 return a < b ? -1 : a > b;
2614}
2615
2616struct timerange {
2617 int defaulttype;
2618 ptrdiff_t base, count;
2619 ptrdiff_t leapbase, leapcount;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected