Searched defs:streq (Results 1 – 1 of 1) sorted by relevance
307 # define streq(a, b) \ macro321 # define streq(a, b) (strcmp ((a), (b)) == 0) macro