1 2 3 4 5 6
#ifndef FIBONACCI_FIBONACCI_H #define FIBONACCI_FIBONACCI_H extern "C" int fibonacci_cpp(int x); #endif // FIBONACCI_FIBONACCI_H