6 lines
45 B
Mathematica
6 lines
45 B
Mathematica
|
void foo(void);
|
||
|
|
||
|
void bar(void) {
|
||
|
foo();
|
||
|
}
|