C_CPP/01_ENV/func1.h

6 lines
79 B
C

int func1(int x);
int func2(int x);
int recurse1(int x);
int recurse2(int x);