| 234 | } |
| 235 | |
| 236 | int tempmmsort(tempmmslot *a, tempmmslot *b) |
| 237 | { |
| 238 | int n = tempmmcmp(a, b); |
| 239 | return n ? n : a->oldslot[0] - b->oldslot[0]; |
| 240 | } |
| 241 | |
| 242 | int tempmmunsort(tempmmslot *a, tempmmslot *b) |
| 243 | { |
nothing calls this directly
no test coverage detected