static.cpp 68 B

123456
  1. int file1_sq_func(int);
  2. int cpp_sq_func(int x)
  3. {
  4. return x * x;
  5. }