MCPcopy Index your code
hub / github.com/MapServer/MapServer / compareIntVals

Function compareIntVals

maptime.c:86–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86static int compareIntVals(int a, int b) {
87 if(a<b) return -1;
88 else if(a>b) return 1;
89 else return 0;
90}
91
92int msDateCompare(struct tm *time1, struct tm *time2)
93{

Callers 2

msDateCompareFunction · 0.85
msTimeCompareFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected