Compares str1
and str2
like g_strcmp0
, except it handles null
and empty strings as
equal.
str1 |
a C string or |
str2 |
another C string or |
an integer less than 0 when |