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

Function atcomp

zic.c:2603–2609  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2601 char buf[8];
2602
2603 convert64(val, buf);
2604 fwrite(buf, sizeof buf, 1, fp);
2605 }
2606}
2607
2608static int
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;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected