Definition in file eg_compare.h.
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <limits.h>
#include "eg_config.h"
#include "eg_macros.h"
#include "eg_mempool.h"
Include dependency graph for eg_compare.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
| typedef int(* | EGcompare_f )(const void *, const void *) |
| comparison function type. | |
| int | EGdCompare (const void *str1, const void *str2) |
| Normal order of integers. | |
| int | EGlfCompare (const void *str1, const void *str2) |
| Normal order of doubles. | |
| int | EGptCompare (const void *str1, const void *str2) |
| Normal order of pointers. | |
| int | EGstringCompare (const void *str1, const void *str2) |
| Lexicographical order of strings. | |
| int | EGudCompare (const void *str1, const void *str2) |
| Normal order of unsigned integers. |
|
|
comparison function type.
Definition at line 52 of file eg_compare.h. |
|
||||||||||||
|
Normal order of integers.
Definition at line 56 of file eg_compare.c. |
|
||||||||||||
|
Normal order of doubles.
Definition at line 42 of file eg_compare.c. |
|
||||||||||||
|
Normal order of pointers.
Definition at line 80 of file eg_compare.c. |
|
||||||||||||
|
Lexicographical order of strings.
Definition at line 32 of file eg_compare.c. |
|
||||||||||||
|
Normal order of unsigned integers.
Definition at line 70 of file eg_compare.c. |
1.4.5