Compare two float values to sort descending. More...
#include <utils.h>
Go to the source code of this file.
Functions | |
int | comparf (const void *a, const void *b) |
Compare two float values to sort descending. |
Compare two float values to sort descending.
Definition in file comparf.c.
int comparf | ( | const void * | a, | |
const void * | b | |||
) |
Compare two float values to sort descending.
[in] | a | First input value |
[in] | b | Second input value |