921e5a0eb4
From-SVN: r14840
7 lines
52 B
C
7 lines
52 B
C
foo (a)
|
|
{
|
|
if (a & 38)
|
|
return 1;
|
|
return 0;
|
|
}
|