ltc_math_descriptor.compare

compare two integers @param a The left side integer @param b The right side integer @return LTC_MP_LT if a < b, LTC_MP_GT if a > b and LTC_MP_EQ otherwise. (signed comparison)

struct ltc_math_descriptor
int function(void* a, void* b) nothrow compare;

Meta