| 138 cx_attr_nodiscard |
138 cx_attr_nodiscard |
| 139 cx_attr_export |
139 cx_attr_export |
| 140 int cx_cmp_longlong(const void *i1, const void *i2); |
140 int cx_cmp_longlong(const void *i1, const void *i2); |
| 141 |
141 |
| 142 /** |
142 /** |
| 143 * Compares twolong long ints. |
143 * Compares two long long ints. |
| 144 * |
144 * |
| 145 * @param i1 long long int one |
145 * @param i1 long long int one |
| 146 * @param i2 long long int two |
146 * @param i2 long long int two |
| 147 * @retval -1 if the left argument is less than the right argument |
147 * @retval -1 if the left argument is less than the right argument |
| 148 * @retval 0 if both arguments are equal |
148 * @retval 0 if both arguments are equal |