int(-1..1) oid_sort_func(string a, string b)
Sort with care of numerical sort for OID values, e.g. "1.2.1" before "1.11.1".
a<b
a==b
a>b
In Pike 7.6 and older this function returned 0 both when a<b and a==b.
0
sort_array