5 lines
45 B
C
5 lines
45 B
C
|
int c_func_add_1( int x )
|
||
|
{
|
||
|
return x + 1;
|
||
|
}
|