#include "example.h" int fib(int n) { int i=0; if (n==1 || n==0) return 1; for(i=0;ianswer = fib(fibl->limit); pthread_exit(0); }