3 lines
72 B
C
3 lines
72 B
C
if ( (a=b) ) { /* this shows that an assignment was intended */
|
|
...;
|
|
}
|
if ( (a=b) ) { /* this shows that an assignment was intended */
|
|
...;
|
|
}
|