// fib.h
// Name:  Gary T. Leavens
// TA:    Bjarne Stroustrup
// Section:  A1

extern double fib(unsigned int n);
  // POST: FCTVAL is the nth fibonacci number.
