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