Functions | |
int | int_equal (void *location1, void *location2) |
Compare the integer values pointed at by two pointers to determine if they are equal. | |
int | int_compare (void *location1, void *location2) |
Compare the integer values pointed at by two pointers. |
To find the difference between two values pointed at, use int_compare.
To find if two values pointed at are equal, use int_equal.
|
Compare the integer values pointed at by two pointers.
|
|
Compare the integer values pointed at by two pointers to determine if they are equal.
|