Functions | |
int | pointer_equal (void *location1, void *location2) |
Compare two pointers to determine if they are equal. | |
int | pointer_compare (void *location1, void *location2) |
Compare two pointers. |
To find the difference between two pointers, use pointer_compare.
To find if two pointers are equal, use pointer_equal.
|
Compare two pointers.
|
|
Compare two pointers to determine if they are equal.
|