6 lines
76 B
C
6 lines
76 B
C
|
|
unsigned int fun ( unsigned int a, unsigned int b )
|
|
{
|
|
return(a+b+7);
|
|
}
|