Searched refs:STREQ (Results 1 – 1 of 1) sorted by relevance
55 #define STREQ(a, b) (strcmp((a), (b)) == 0) macro75 check (a != NULL && b != NULL && STREQ (a, b), number); in equal()
Completed in 5 milliseconds