921e5a0eb4
From-SVN: r14840
6 lines
49 B
C
6 lines
49 B
C
foo (a, b, p)
|
|
int *p;
|
|
{
|
|
return 34 + *p;
|
|
}
|