summaryrefslogtreecommitdiff
path: root/example/libfib/fib.h
blob: 66615c5ce1968b4c8c41441d9f1e2f955ac72e4c (plain)
1
2
3
4
5
6
7
8
9
#ifndef FIB_H_
#define FIB_H_

#include <stdint.h>

uint64_t fib(uint64_t);

#endif  // FIB_H_