C_Algorithms 2.0.0
Documentation
Loading...
Searching...
No Matches
dynamicFib.h
Go to the documentation of this file.
1#ifndef DYNAMICFIB_H
2#define DYNAMICFIB_H
3
4void DynamicFib(int number);
5
6#endif // DYNAMICFIB_H
void DynamicFib(int number)
Prints the return value of the called function RecFib.
Definition dynamicFib.c:31