921e5a0eb4
From-SVN: r14840
8 lines
75 B
C
8 lines
75 B
C
foo (int *ip, int a)
|
|
{
|
|
a++;
|
|
if (a < ip[a])
|
|
return 1;
|
|
return 0;
|
|
}
|