#ifndef FIB_H #define FIB_H int fib(int x); #endif // FIB_H