equal
#define equal(s1, s2) (strcmp(s1, s2) == 0)
static uint8_t equal(signed char b, signed char c) {
static unsigned char equal(signed char b,signed char c)
static uint8_t equal(signed char b, signed char c)
#define equal(a,b) (strcasecmp(a,b) == 0)
#undef equal
#define equal(a,b) (strcasecmp(a,b) == 0)
#undef equal
#define equal(a,b) (strcasecmp(a,b) == 0)
#undef equal
#define equal(a, b) (strcmp(a,b)==0)/* A nice function to string compare */
#define equal(a, b) (strcmp(a,b)==0)/* A nice function to string compare */
equal(const struct dirlist *a, const struct dirlist *b)