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