2018-04-23 21:13:27 +02:00

7 lines
68 B
C++

int file1_sq_func(int);
int cpp_sq_func(int x)
{
return x * x;
}