blob: 6008008e1649c138593e16f88b30b35b21915e7e [file] [log] [blame]
foo (ip, a, x)
int a;
int *ip;
int x;
{
if (a >= 1)
x++;
return x;
}