7 lines
No EOL
62 B
C++
7 lines
No EOL
62 B
C++
namespace cpp {
|
|
|
|
extern int foo1(int x) {
|
|
return x + 1;
|
|
}
|
|
|
|
} |