API Version: 2.0
Library Version: 2.72
#define g_assert_cmphex ( n1, cmp, n2 )
Debugging macro to compare to unsigned integers.
This is a variant of g_assert_cmpuint() that displays the numbers in hexadecimal notation in the message.
g_assert_cmpuint()
n1
-
An unsigned integer.
cmp
The comparison operator to use. One of ==, !=, <, >, <=, >=.
==
!=
<
>
<=
>=
n2
Another unsigned integer.