7 lines
53 B
C
7 lines
53 B
C
|
#ifndef FIB_H
|
||
|
#define FIB_H
|
||
|
|
||
|
int fib(int n);
|
||
|
|
||
|
#endif
|