6 lines
68 B
C
6 lines
68 B
C
|
|
unsigned int fun ( unsigned int *a )
|
|
{
|
|
return(a[0]+a[11]+8);
|
|
}
|