Definition in file eg_compare.c.
#include "eg_compare.h"
Include dependency graph for eg_compare.c:

Go to the source code of this file.
| 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. |
|
||||||||||||
|
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