2018-05-05 23:19:22 +01:00

7 lines
53 B
C

#ifndef FIB_H
#define FIB_H
int fib(int n);
#endif