6 lines
79 B
C
6 lines
79 B
C
|
int func1(int x);
|
||
|
int func2(int x);
|
||
|
|
||
|
int recurse1(int x);
|
||
|
int recurse2(int x);
|