C_Algorithms 2.0.0
Documentation
|
Go to the source code of this file.
Functions | |
void | DynamicFib (int number) |
Prints the return value of the called function RecFib. | |
void DynamicFib | ( | int | number | ) |
Prints the return value of the called function RecFib.
number |
Definition at line 31 of file dynamicFib.c.
References DynFib().
Referenced by FunctionCall().