2 lines
52 B
C
2 lines
52 B
C
/* WRONG! */
|
|
if (strcmp(a,b)) action_on_equality();
|
/* WRONG! */
|
|
if (strcmp(a,b)) action_on_equality();
|