#pragma once #ifndef fib #define fib long& smaller(long& a, long& b); long& bigger(long& a, long& b); void fibe(int count); #endif // !fib