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

Function dminus

difftime.c:13–17  ·  view source on GitHub ↗

Return -X as a double. Using this avoids casting to 'double'. */

Source from the content-addressed store, hash-verified

11
12/* Return -X as a double. Using this avoids casting to 'double'. */
13static double
14dminus(double x)
15{
16 return -x;
17}
18
19double
20difftime(time_t time1, time_t time0)

Callers 1

difftimeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected