MCPcopy Create free account
hub / github.com/numpy/numpy / LONG_LT

Function LONG_LT

numpy/core/src/npysort/npysort_common.h:96–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94
95
96static inline int
97LONG_LT(npy_long a, npy_long b)
98{
99 return a < b;
100}
101
102
103static inline int

Callers 1

lessMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected