921e5a0eb4
From-SVN: r14840
6 lines
38 B
C
6 lines
38 B
C
foo (p)
|
|
int *p;
|
|
{
|
|
*p = 1234;
|
|
}
|