Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
86
static 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
92
int msDateCompare(struct tm *time1, struct tm *time2)
93
{
Callers
2
msDateCompare
Function · 0.85
msTimeCompare
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected