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