| 6329 | }; |
| 6330 | |
| 6331 | int SortRandom(const void *a1, const void *a2) |
| 6332 | // See comments in prior functions for details. |
| 6333 | { |
| 6334 | return ((sort_rand_type *)a1)->rand - ((sort_rand_type *)a2)->rand; |
| 6335 | } |
| 6336 | |
| 6337 | int SortUDF(const void *a1, const void *a2) |
| 6338 | // See comments in prior function for details. |
nothing calls this directly
no outgoing calls
no test coverage detected