#ifndef FIB_H_ #define FIB_H_ #include uint64_t fib(uint64_t); #endif // FIB_H_