C_Algorithms 2.0.0
Documentation
Loading...
Searching...
No Matches
recursiveFib.h
Go to the documentation of this file.
1#ifndef RECURSIVEFIB_H
2#define RECURSIVEFIB_H
3
4void RecursiveFib(int number);
5
6#endif //RECURSIVEFIB_H
void RecursiveFib(int number)
Prints the return value of the called function RecFib.