Can someone explain how works this macro?
#define STRCMP(a, R, b) (strcmp(a, b) R 0)
In code: if(STRCMP(some_string, "==", " blabla")) What does it mean R 0?
if(STRCMP(some_string, "==", " blabla"))
R 0
Aucun commentaire:
Enregistrer un commentaire